I cant seem to find the PythonMagick (Bindings for ImageMagick) documentation anywhere. Even the download doesn\'t have a docs folder. Link please?
Check out my post here for a workaround.
Documents and examples of PythonMagick
I don't think it is active anymore. - look here
I think Pratik Deoghare is wrong here, the article by his link was written in 2006, but PythonMagick was active as of September 2012.
There are 3 libraries to work with ImageMagick through Python:
For more bindings see ImageMagick: Application Program Interfaces.
Check out PIL : http://www.pythonware.com/products/pil/
IMHO, does a decent job.