ctypes based bindings for ImageMagick

Achim Domma domma at procoders.net
Tue Dec 25 14:48:11 EST 2007


I have uploaded a very early alpha version of python bindings for
ImageMagick to our blog. ImageMagick is a library to do all kind of
image processing. MagickWand is a reduced API to common manipulation
tasks like resizing and composing of images. My bindings are a ctypes
based wrapper around this API. More details can be found on
http://www.procoders.net/?p=39

Any feedback is very welcome!

regards,
Achim



More information about the Python-list mailing list