using the Filters DLL (image filters)

D

Dieter Vanderelst

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 list -thank you for that-, 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. But
reading and writing of images is still a problem.
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?

Kind regards,
Dieter
 
M

Michele Petrazzo

Dieter said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top