PythonMagick icon indicating copy to clipboard operation
PythonMagick copied to clipboard

PythonMagick

Results 15 PythonMagick issues
Sort by recently updated
recently updated
newest added

The following code: ``` import subprocess import PythonMagick subprocess.run(["convert","-units","PixelsPerCentimeter","-density","300","xc:white","test.jpg"]) print(PythonMagick.Image("test.jpg").resolutionUnits()) ``` produces `TypeError: No to_python (by-value) converter found for C++ type: MagickCore::ResolutionType`. I would have expected a string containing `PixelsPerCentimeter`,...

When running the last steps of make inside the source directory for 0.9.19 of PythonMagick the following error is encountered: Making all in pythonmagick_src make[1]: Entering directory '/Data/Documents/CensusProject/gdallib/src/PythonMagick-0.9.19/pythonmagick_src' make[1]: Nothing...

Fairly certain this will be universal. The tarball contains an issue wherein the proper -I flags are not being passed the c++ compiler relating specifically to the imagemagick, boost and...

Please make a release with a tag in the repository and tarball.

I have to modify lines 17046 and 17458 of `configure` to get MacOS to find my libboost_python, since homebrew's current version calls the library `libboost_pythonXX.dylib` where XX is 27 or...

Hi, Have you got a way to Install under MacOs Mojave ? regards SR

just wondering if this only works in python 2 or if you can use it in 3 as well.

imagemagick version: 7.0.7-11 python version: 3.5.2 pythonmagick version: 0.9.18 I build ImageMagick from github, there is no error in build log. the print of `convert --version` > Version: ImageMagick 7.0.7-11...

Error: ``` Traceback (most recent call last): File "/usr/bin/test.py", line 14, in import PythonMagick as Magick File "/usr/lib/python3.6/site-packages/PythonMagick/__init__.py", line 1, in from . import _PythonMagick ImportError: libboost_python3.so.1.64.0: cannot open shared...

I'm looking for these 3 options that were added to ImageMagick API with version 6.8.8-2, and I don't find them in PythonMagick, but I may be wrong. If they are...