/wand

The ctypes-based simple MagickWand API binding for Python

Primary LanguagePythonOtherNOASSERTION

Wand is a ctypes-based simple MagickWand API binding for Python. It doesn't cover all functionalities of MagickWand API currently.

You can install the package from PyPI by using pip or easy_install:

$ pip install Wand

Or would you like to enjoy with bleeding edge? Check out the head revision of the source code from the GitHub repository:

$ git clone git://github.com/StyleShare/wand.git
$ cd wand/
$ python setup.py install