Package imagizer :: Module imagecache
[hide private]
[frames] | no frames]

Module imagecache

source code

ImageCache is a class containing a copy of the bitmap of images . Technically it is a Borg (design Pattern) so every instance of ImageCache has exactly the same contents.

Classes [hide private]
  ImageCache
this class is a Borg : always returns the same values regardless to the instance of the object it is used as data storage for bitmaps ...
Variables [hide private]
  config = Config()