FreeImagePy is a FreeImage library python wrapper. It export the FreeImage library functions, so a python developer can simple use it into python programs. It need a compiled FreeImage library and ctypes for work.
FiltersDllPy is a FiltersDll library python wrapper. It export the FiltersDll library functions, so a python developer can simple use it into python programs. It need the FiltersDll library and ctypes for work. Tests are included