What is this?
Python bindings to ImageMagick's MagickWand API.
Why?
Because I like ImageMagick and dislike spawning a process to use it from within Python. The existing MagickWand bindings for Python aren't that great. These bindings will be structured to be more "Python-like".
Can I use it?
Sure! You will need ImageMagick installed to use these bindings. Don't expect much yet as the bindings are the unadulterated output of a Python ctypes generator.
You can install the bindings using easy_install:
easy_install http://svn2.assembla.com/svn/pythonmagickwand/