All Projects → emcconville → Wand

emcconville / Wand

Licence: other
The ctypes-based simple ImageMagick binding for Python

Programming Languages

python
139335 projects - #7 most used programming language
ctypes
15 projects

Projects that are alternatives of or similar to Wand

Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (-58.85%)
Mutual labels:  imagemagick
Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+439.29%)
Mutual labels:  imagemagick
Mockup
Perspective app screens and isometric mock-up tool. Automated high quality, high resolution, marketing art designer for mockups. Written in minimalist Bash using ImageMagick and Love! [Application, Art]
Stars: ✭ 18 (-98.32%)
Mutual labels:  imagemagick
Ngx small light
Dynamic Image Transformation Module For nginx.
Stars: ✭ 447 (-58.38%)
Mutual labels:  imagemagick
Image processing
High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick
Stars: ✭ 600 (-44.13%)
Mutual labels:  imagemagick
Grunt Responsive Images
Produce images at different sizes for responsive websites.
Stars: ✭ 726 (-32.4%)
Mutual labels:  imagemagick
Vips
Go Bindings for Vips (a super fast image processor)
Stars: ✭ 380 (-64.62%)
Mutual labels:  imagemagick
Catimg
🦦 Insanely fast image printing in your terminal
Stars: ✭ 880 (-18.06%)
Mutual labels:  imagemagick
Slop
slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.
Stars: ✭ 639 (-40.5%)
Mutual labels:  imagemagick
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (-22.72%)
Mutual labels:  imagemagick
Rmagick
Ruby bindings for ImageMagick
Stars: ✭ 576 (-46.37%)
Mutual labels:  imagemagick
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+467.41%)
Mutual labels:  imagemagick
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 732 (-31.84%)
Mutual labels:  imagemagick
Mogrify
Image processing in Elixir (ImageMagick command line wrapper)
Stars: ✭ 442 (-58.85%)
Mutual labels:  imagemagick
Siteshot
Website screenshot capturer written in Go.
Stars: ✭ 18 (-98.32%)
Mutual labels:  imagemagick
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-58.85%)
Mutual labels:  imagemagick
Php Qrcode
A QR Code generator for PHP7.4+
Stars: ✭ 685 (-36.22%)
Mutual labels:  imagemagick
Mod dims
Apache HTTP dynamic image resizing module
Stars: ✭ 40 (-96.28%)
Mutual labels:  imagemagick
Sv Images
Image manipulation library with an HTTP based API.
Stars: ✭ 7 (-99.35%)
Mutual labels:  imagemagick
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (-29.05%)
Mutual labels:  imagemagick

.. 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 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/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.python.org/pypi/Wand

.. image:: https://badge.fury.io/py/Wand.svg? :alt: Latest PyPI version :target: https://pypi.python.org/pypi/Wand

Discord https://discord.gg/BWQ25wB

Stack Overflow tag (Q&A) http://stackoverflow.com/questions/tagged/wand

Continuous Integration (Travis CI) https://travis-ci.org/emcconville/wand

.. image:: https://secure.travis-ci.org/emcconville/wand.svg?branch=master :alt: Build Status :target: https://travis-ci.org/emcconville/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].