| Trees | Index | Help |
|---|
| Package ATContentTypes :: Package lib :: Module imagetransform |
|
Image transformation code The basics for the EXIF information, orientation code and the rotation code were taken from CMFPhoto.
| Classes | |
|---|---|
ATCTImageTransform |
Base class for images containing transformation and exif functions... |
| Variable Summary | |
|---|---|
str |
__author__ = 'Christian Heimes <ch@comlounge.net>'
|
dict |
AUTO_ROTATE_MAP = {0: None, 90: 4, 180: 3, 270: 2}
|
int |
FLIP_LEFT_RIGHT = 0 |
int |
FLIP_TOP_BOTTOM = 1 |
Logger |
LOG = <logging.Logger instance at 0xb6db668c>
|
int |
ROTATE_180 = 3 |
int |
ROTATE_270 = 4 |
int |
ROTATE_90 = 2 |
dict |
TRANSPOSE_MAP = {0: 'Flip around vertical axis', 1: 'Fli...
|
| Variable Details |
|---|
__author__
|
AUTO_ROTATE_MAP
|
FLIP_LEFT_RIGHT
|
FLIP_TOP_BOTTOM
|
LOG
|
ROTATE_180
|
ROTATE_270
|
ROTATE_90
|
TRANSPOSE_MAP
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 04:00:07 2005 | http://epydoc.sf.net |