Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emcconville/wand
The ctypes-based simple ImageMagick binding for Python
https://github.com/emcconville/wand
ctypes imagemagick python wand
Last synced: 3 days ago
JSON representation
The ctypes-based simple ImageMagick binding for Python
- Host: GitHub
- URL: https://github.com/emcconville/wand
- Owner: emcconville
- License: other
- Created: 2011-09-30T21:36:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T11:37:22.000Z (4 months ago)
- Last Synced: 2024-10-29T11:13:20.946Z (3 months ago)
- Topics: ctypes, imagemagick, python, wand
- Language: Python
- Homepage: http://docs.wand-py.org/
- Size: 18 MB
- Stars: 1,404
- Watchers: 33
- Forks: 197
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Roadmap: docs/roadmap.rst
Awesome Lists containing this project
- awesome-python-machine-learning-resources - GitHub - 4% open · ⏱️ 22.08.2022): (图像数据与CV)
- awesome-python-resources - GitHub - 4% open · ⏱️ 22.08.2022): (图像处理)
- awesome-list - Wand - The ctypes-based simple ImageMagick binding for Python. (Data Format & I/O / For Python)
README
.. image:: https://docs.wand-py.org/en/latest/_static/wand.png
:width: 120
:height: 120Wand_
=====Wand is a ``ctypes``-based simple ImageMagick_ binding for Python,
supporting 2.7, 3.3+, 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.python.org/pypi/Wand
__ https://github.com/emcconville/wandDocs
----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/wandPackage Index (Cheeseshop)
https://pypi.python.org/pypi/Wand.. image:: https://badge.fury.io/py/Wand.svg?
:alt: Latest PyPI version
:target: https://pypi.python.org/pypi/WandDiscord
https://discord.gg/wtDWDE9fXKStack Overflow tag (Q&A)
http://stackoverflow.com/questions/tagged/wandContinuous Integration (Travis CI)
https://app.travis-ci.com/emcconville/wand.. image:: https://app.travis-ci.com/emcconville/wand.svg?branch=master
:alt: Build Status
:target: https://app.travis-ci.com/emcconville/wandContinuous 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%22Code 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