Wand: ctypes-based ImageMagick binding for Python
Posted: 2012-06-21T04:27:57-07:00
I glad to introduce Wand, a new Python binding of ImageMagick based on ctypes. It has several key features:
Documentation/website: http://dahlia.github.com/wand/
PyPI: http://pypi.python.org/pypi/Wand
GitHub: https://github.com/dahlia/wand
Thank you!
- Pythonic and modern interfaces
- Good documentation
- Binding through ctypes (not C API) — we are ready to go PyPy!
- Installation using pip or easy_install
Code: Select all
$ easy_install Wand
PyPI: http://pypi.python.org/pypi/Wand
GitHub: https://github.com/dahlia/wand
Thank you!