Package imagizer :: Module exiftran
[hide private]
[frames] | no frames]

Module exiftran

source code

exiftran.py a wrapper for the original exiftran fprovided by Gerd Korn http://linux.bytesex.org/fbida/

Needs libexif-dev, libjepg-dev and python-dev to be installed on the system.


Author: Jerome Kieffer

Contact: Jerome.Kieffer@terre-adelie.org

Classes [hide private]
  Exiftran
This is static class implementing libexiftran in a more pythonic way
Variables [hide private]
  __licence__ = 'GPLv2'
  installdir = '/home/jerome/workspace/imagizer/imagizer'
  exiftranPath = '/usr/bin/X11/exiftran '
  MaxJPEGMem = 1000000
  exiftranExe = 'JPEGMEM=1000000 /usr/bin/X11/exiftran '
  __package__ = 'imagizer'
  __warningregistry__ = {('Not importing directory \'/home/jerom...
  oneExeDir = '/opt/TURBOMOLE/bin/em64t-unknown-linux-gnu'
Variables Details [hide private]

__warningregistry__

Value:
{('Not importing directory \'/home/jerome/workspace/imagizer/libexiftr\
an\': missing __init__.py',
  <type 'exceptions.ImportWarning'>,
  54): True}