emcconville / wand

The ctypes-based simple ImageMagick binding for Python
http://docs.wand-py.org/
Other
1.4k stars 197 forks source link

Portable Win64 static at 16 bits-per-pixel component with high dynamic-range imaging enabled. mportError: MagickWand shared library not found. #633

Closed monkeycc closed 11 months ago

monkeycc commented 11 months ago

ImageMagick-7.1.1-20-portable-Q16-HDRI-x64.zip

Portable Win64 static at 16 bits-per-pixel component with high dynamic-range imaging enabled.

Added system environment path

But Python cannot call

ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.

I don't want to install the ImageMagick program This way, users will know that I am using the ImageMagick program Is there any method

emcconville commented 11 months ago

Wand uses Python's ctypes module, and requires shared objects. Windows .lib static files simply would not work.