Package conduit :: Package datatypes :: Module Photo
[hide private]

Module Photo

source code

Classes [hide private]
  Photo
A Small wrapper around a Pixbuf
Functions [hide private]
 
mimetype_is_photo(mimetype)
Returns: True if the given mimetype string represents an image file
source code
Variables [hide private]
  PRESET_ENCODINGS = {"jpeg": {'formats': 'image/jpeg', 'default...
Function Details [hide private]

mimetype_is_photo(mimetype)

source code 
Returns:
True if the given mimetype string represents an image file

Variables Details [hide private]

PRESET_ENCODINGS

Value:
{"jpeg": {'formats': 'image/jpeg', 'default-format': 'image/jpeg'}, "p\
ng": {'formats': 'image/png', 'default-format': 'image/png'}}