You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E Boost.Python.ArgumentError: Python argument types in
E Image.resolutionUnits(Image, str)
E did not match C++ signature:
E resolutionUnits(Magick::Image {lvalue})
E resolutionUnits(Magick::Image {lvalue}, MagickCore::ResolutionType)
The following code:
produces
TypeError: No to_python (by-value) converter found for C++ type: MagickCore::ResolutionType
.I would have expected a string containing
PixelsPerCentimeter
, or for other imagesPixelsPerInch
orUndefined
.The text was updated successfully, but these errors were encountered: