[Image-SIG] using filters dll in Python?

Michele Petrazzo michele.petrazzo at unipex.it
Thu Feb 16 09:46:10 CET 2006


Dieter Vanderelst wrote:
> Hello,
> 
> I'm trying to access the Filters-Dll provided by the filters-project 
> (http://filters.sourceforge.net/index.htm).
> 
> Following the advice I got from the Python mailing list, I do this 
> using ctypes 
> (http://starship.python.net/crew/theller/ctypes/index.html).
> 
> I can seem to access the image filters now provided by the Dll 
> because I can instantiate "filter-objects".
> 
> But reading and writing of images is still a problem: I don't know 
> how I should read and write files because the project is not very 
> well documented.
> 

The documentation isn't a "real" project... You have the sources, that
are the better documentation!

Try to load the library and use the library with ctypes. Post the
problems on ctypes ml, and if you want, share your python code with the
community, like I do with freeimagepy!

Michele



More information about the Image-SIG mailing list