FreeImagePy 1.2.2 is available at freeimagepy.sf.net
What is?
It' a python wrapper for FreeImage, Open Source library for developers
who would like to support popular graphics image formats.
How work?
It use a binary freeimage library present on the system and ctypes.
Major changes from 1.2.0:
New convertToPil function:
i = FreeImagePy.Image("myImage.ext")
pil = i.convetToPil()
Some bugs solved
Michele Petrazzo
--
http://mail.python.org/mailman/listinfo/python-list
