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 images ...
Variables [hide private]
  config = ...
  __package__ = 'imagizer'
Variables Details [hide private]

config

Value:

Size on the images on the Screen: 600 pixels in the largest dimension
Page prefix:			  page
Number of images per page:	  20
Use Exif for Auto-Rotate:	  True
Default mode for files (octal):	  664
JPEG extensions:		 ['.jpg', '.jpeg', '.jpe', '.jfif']
Default photo repository:	  /home/photo
...