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

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to