Dieter Vanderelst wrote: > Hello, > > I'm trying to access the Filters-Dll provided by the filters-project > (http://filters.sourceforge.net/index.htm).
Nice project :) > > Following the advice I got from the Python list -thank you for that-, > I do this using ctypes > (http://starship.python.net/crew/theller/ctypes/index.html). Good choose! > > I can seem to access the image filters now provided by the Dll. But > reading and writing of images is still a problem. What are the problems? Please specify it. > Furthermore, the project is not very well documented. So, I was > wondering whether there are people on this list that have some > experience in using the filters Dll. Maybe they could sent me some > examples of the use of the Dll with Python? There are a lot of python projects that use ctypes for use libraries (.dll/.so). You can see them for study and copy that code (like all do :P ). Start at wnd.sf.net and freeimagepy.sf.net > > Kind regards, Dieter > Bye, Michele -- http://mail.python.org/mailman/listinfo/python-list