camelot :: core :: files :: storage :: StoredImage :: Class StoredImage
[frames] | no frames]

Class StoredImage


Helper class for the Image field type Class linking an image and the location and filename where the image is stored
Instance Methods
 
checkout_image(*args, **kwargs)
Checkout the image from the storage, and return a QImage
 
checkout_thumbnail(*args, **kwargs)
Checkout a thumbnail for this image form the storage :return: a QImage

Inherited from StoredFile: __init__, __unicode__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from StoredFile: verbose_name

Inherited from object: __class__