Extended Image API
Generate image or tag for image scaled to factor
Generate image or tag for a thumbnail image maintaining aspect ratio default size is 80 x 80
Return the height in pixels
Returns the orientation of the image
Generate image or tag for the box cropped from image
If accessed through a URL (REQUEST is not None) altered image data is returned. If called programmatically an image tag is generated.
box is a string containing comma separated integers
1,2,3,4 x1,y1,x2,y2 crops portion of image
degrees is an integer number of degrees to rotate the image
height and width are integers which adjust the resulting image or tag
Keyword arguments are added to the image tag if REQUEST is None.
Return the width in pixels
Generate image or tag for image rotated by degrees
return the image aspect ratio width/height
Return image data typically set by digital cameras.