Wand
The ctypes-based simple ImageMagick binding for Python
Install / Use
npx skills add emcconville/wandInstalls into whichever agent you are using.
README
.. image:: https://docs.wand-py.org/en/latest/_static/wand.png :width: 120 :height: 120
Wand_
Wand is a ctypes-based simple ImageMagick_ binding for Python,
supporting 3.8+ and PyPy. All functionalities of MagickWand API are
implemented in Wand.
You can install the package from PyPI_ by using pip:
.. code-block:: console
$ pip install Wand
Or would you like to enjoy the bleeding edge? Check out the head
revision of the source code from the GitHub repository__:
.. code-block:: console
$ git clone git://github.com/emcconville/wand.git $ cd wand/ $ python setup.py install
.. _Wand: http://wand-py.org/ .. _ImageMagick: https://www.imagemagick.org/ .. _PyPI: https://pypi.org/project/Wand/ __ https://github.com/emcconville/wand
Docs
Recent version https://docs.wand-py.org/
Development version https://docs.wand-py.org/en/latest/
.. image:: https://readthedocs.org/projects/wand/badge/ :alt: Documentation Status :target: https://docs.wand-py.org/en/latest/
Community
Website http://wand-py.org/
GitHub https://github.com/emcconville/wand
Package Index (Cheeseshop) https://pypi.org/project/Wand/
.. image:: https://badge.fury.io/py/Wand.svg :alt: Latest PyPI version :target: https://pypi.org/project/Wand/
Discord https://discord.gg/wtDWDE9fXK
Stack Overflow tag (Q&A) http://stackoverflow.com/questions/tagged/wand
Continuous Integration (GitHub Actions) https://github.com/emcconville/wand/actions
.. image:: https://github.com/emcconville/wand/workflows/Wand%20CI/badge.svg :alt: Build Status :target: https://github.com/emcconville/wand/actions?query=workflow%3A%22Wand+CI%22
Code Coverage https://coveralls.io/r/emcconville/wand
.. image:: https://coveralls.io/repos/github/emcconville/wand/badge.svg?branch=master :target: https://coveralls.io/github/emcconville/wand?branch=master
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
