wand icon indicating copy to clipboard operation
wand copied to clipboard

The ctypes-based simple ImageMagick binding for Python

Results 32 wand issues
Sort by recently updated
recently updated
newest added

Has anyone implemented face or object detection on top of Wand? I would like the ability to create thumbnails where an area of interest is included. Thumbor has a nice...

I hope this would make Wand to escape from several performance penalties `ctypes` causes, and less influenced by frequent ABI changes of ImageMagick.

enhance

When attempting to determine the format of an Image, it doesn't always come back with the correct image type, depending on _how_ I instantiate the Image object. Better yet, it...

upstream-issue

Distribute binary packages including `libMagickWand.{so,dylib,dll}` for popular archs. `libMagickWand.{so,dylib,dll}` should be statically linked with `libjpeg` or such other libraries. It would make its installation easier, because the most of users...

dist
build

This change adds Cygwin compatibility by generalizing some Windows and Linux functionalities. In particular: * Some tests for Windows are changed into one that consider and accept Cygwin/MSYS2 runtime layers....

Would it be possible to fail the installation of `wand` if `libmagickwand-dev` is not installed ? I want to use `wand` in my application and would rather want wand to...

I want to make a pop art photo with wand, but not found any function to manipulate pixels. The example is here: https://github.com/beartung/pop_art_wand looks like this: ![test_1886982_dec](https://f.cloud.github.com/assets/129518/457529/083bf658-b3a3-11e2-8fbb-a307d56d40bb.jpg)

Just an idea, maybe silly, feel free to close this. Dive into the world of dreams and imagine following tool... I have standard CLI command for ImageMagick: ``` bash convert...

enhance

Quote an email from Andrew Whalan: > Hi Minhee, > > I just had an issue where I mismatched the architectures of imagemagick on windows (64bit) and python (32bit). >...

enhance

See also the [roadmap](http://docs.wand-py.org/en/0.3-maintenance/roadmap.html#very-future-versions): > PIL has very long history and the most of Python projects still depend on it. We will work on PIL compatiblity layer using Wand. It...

enhance