wand icon indicating copy to clipboard operation
wand copied to clipboard

The ctypes-based simple ImageMagick binding for Python

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

Hi, trying to run a wand application in docker container. Below if the installation processed of ImageMagick: ``` RUN apt-get update ${APT_UPDATE_OPTIONS} \ && apt-get install ${APT_INSTALL_OPTIONS} -y \ build-essential...

When running on Apple Silicon and using homebrew, you have to set MAGICK_HOME manually before it will work, and while there is a note for MacPorts, there isn't anything for...

test: ```py import numpy as np from wand.resource import genesis as wand_genesis from wand.image import Image # as a workaround, call wand_genesis() before importing other packages # this also runs...