Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 1.82 KB

README.rst

File metadata and controls

84 lines (57 loc) · 1.82 KB

http://docs.wand-py.org/en/latest/_static/wand.png

Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. It works on Python 2.6, 2.7, 3.2, 3.3, and PyPy.

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/dahlia/wand.git
$ cd wand/
$ python setup.py install

Docs

Recent version
http://docs.wand-py.org/
Development version
http://docs.wand-py.org/en/latest/

Community

Website
http://wand-py.org/
GitHub
https://github.com/dahlia/wand
Package Index (Cheeseshop)
https://pypi.python.org/pypi/Wand
Mailing list
wand@librelist.com
List archive
http://librelist.com/browser/wand/ http://dir.gmane.org/gmane.comp.python.wand
Stack Overflow tag (Q&A)
http://stackoverflow.com/questions/tagged/wand
Quora topic (Q&A)
https://www.quora.com/Wand-ImageMagick-binding
IRC
irc://irc.freenode.net/wand
Continuous Integration (Travis CI)

http://travis-ci.org/dahlia/wand

Build Status
Code Coverage

https://coveralls.io/r/dahlia/wand

Coverage Status