I am looking for a good Python binding to ImageMagick, but there seem a lot of bindings already. I am not sure that which of these is the right tool for my job. Can you guys recommend me one?
Here is the list of my requirements and preferences (in order of importance):
- Must be available on PyPI (to simplify our deployment)
- Prefer
ctypes
over C API extension — we will go PyPy soon - Pythonic API design and naming conventions
- Good documentation (especially API references)
PythonMagick-0.9.7.tar.gz
was updated at 11-Aug-2011 – Discard