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
ctypesover C API extension — we will go PyPy soon - Pythonic API design and naming conventions
- Good documentation (especially API references)
I found the package myself: magickwand is actypes-based ImageMagick binding for Python. Yet it has no documentation at all, it still satisfies most of my requirements.Plus: I finally started my own project: Wand.