Source: Python magazine, june 2009, volume 3, issue 6, "Image processing with python" by Eugen Winterberger.
- http://pypi.python.org/pypi/python-magic/0.1 (‘This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output’)
- http://tilloy.net/dev/pyexiv2/tutorial.htm (‘This tutorial is meant to give you a quick overview of what can be done with pyexiv2. You can just read it through or follow it interactively, in which case you will need to have pyexiv2 installed, see section Download.’)
- http://www.pythonware.com/products/pil/ (‘The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities’)
- http://code.google.com/p/django-photologue/ (‘Photologue is a reusable Django application that provides powerful image management and manipulation functionality as well as a complete photo gallery solution. The 2.x release adds more effects, including reflections and transparent watermarks. It also introduces the ImageModel abstract base class allowing developers to easily integrated the Photologue core functionality into their own models. Photologue embraces the Django admin and smoothly integrates with photo thumbnails and effect previews…Photologue’s ImageModel abstract class parses EXIF information from supported files using the excellent EXIF.py module and stores the information as a Python property for easy access…Photologue 2 is compatible Django 1.0 or later. Photologue requires the Python Imaging Library‘)
- http://www.reportlab.org/index.html
- ImageMagick (‘ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.’)
- http://www.imagemagick.org/download/python/ (‘The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically..’)
- http://dev.gafol.net/t/magickpy (‘MagickPy is yet another python bindings for ImageMagick, which try to be object-oriented. MagickPy uses ctypes and has no C code. MagickPy uses MunePy for enumerated types. This library now has experimental animation support.‘)
- PythonmagickWand, http://www.procoders.net/?p=39 (‘Due to the still existing demand for python bindings for ImageMagick I have created PythonMagickWand which is based on ctypes‘)
- http://code.astraw.com/projects/motmot/(‘Motmot is software for the realtime collection and analysis of uncompressed digital images from a variety of sources’)
- http://pypi.python.org/pypi/motmot.wxglvideo/0.6.6 (‘Allows for rapid display and resizing/rotation of images by offloading the image operations to OpenGL.This is a subpackage of the motmot family of digital image utilities.’)
- http://excamera.com/articles/26/openexr.html (‘OpenEXR is an image format developed by ILM. Its main advantage is higher dynamic range: it supports floating point pixels.Full documentation is online and as a PDF.’)
- http://code.google.com/p/pylibtiff/(‘PyLibTiff is a package that wraps the libtiff library to Python using ctypes.’)
- http://freeimagepy.sourceforge.net/ (‘This library wrap the FreeImage library functions so a python developer can easy drive FreeImage .dll/.so For do it I use ctypes and the FreeImage library‘)
- http://aplpy.sourceforge.net/ (‘APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG. ‘)
| This library wrap the FreeImage library functions so a python developer can easy drive FreeImage .dll/.so For do it I use ctypes and the FreeImage library |

