FreeImagePy exports the FreeImage library functions, so a Python developer can simple use it into Python programs.
Here are some key features of "FreeImagePy":
· A lot of functions bound, but not all, sorry!
· Internal helper functions, like genericLoaded, loadAndSave, convertToMultipage and convertToSinglePage
· Functions naming: internal FreeImage library has the function's names with the first character uppercase.
· Depth color control: some functions work only with some color depth.
· Status control: after instanced the library, call the GetStatus function and it will return the library status
· Generic library path support.
· Thanks to ctypes I'll work on all the O.S. where FreeImage and ctypes can be compiled
Requirements:
· Python 2.3 or later
· ctypes 0.9.9.6 or later