Package conduit :: Package modules :: Module PhotoConverterModule :: Class PixbufPhotoConverter
[hide private]

Class PixbufPhotoConverter

source code


Instance Methods [hide private]
 
__init__(self) source code
 
_get_pixbuf_capabilities(self)
Returns a dict mapping image mimetypes to extensions to be used when converting image formats
source code
 
_convert(self, photo, format, width, height, doResize, doReformat)
Basically we defer the conversion until as late as possible, or not at all.
source code
 
transcode(self, photo, **kwargs) source code
 
file_to_photo(self, f, **kwargs) source code
Class Variables [hide private]

Inherited from TypeConverter.Converter: _module_type_