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
PS D:\code> python -m wand.version --verbose
Wand 0.6.11
ImageMagick 7.1.0-57 Q16-HDRI x64 eadf378:20221230 https://imagemagick.org
PS D:\code>
D:\code>magick identify -units pixelperinch -format '%x %y %U\r\n' images/hummingbird.jpg
identify: unrecognized units type `pixelperinch' @ error/identify.c/IdentifyImageCommand/880.
D:\code>magick identify -format '%x %y %U\r\n' images/hummingbird.jpg
identify: unable to open image '%y': No such file or directory @ error/blob.c/OpenBlob/3570.
identify: no decode delegate for this image format `' @ error/constitute.c/ReadImage/741.
identify: unable to open image '%U\r\n'': No such file or directory @ error/blob.c/OpenBlob/3570.
identify: unable to open image '%U\r\n'': No such file or directory @ error/blob.c/OpenBlob/3570.
identify: no decode delegate for this image format `' @ error/constitute.c/ReadImage/741.
'72
D:\code>magick identify images/hummingbird.jpg
images/hummingbird.jpg WEBP 330x252 330x252+0+0 8-bit sRGB 22520B 0.016u 0:00.002
D:\code>
ENV:
wand.version.VERSION: 0.6.11
windows server 2022
python 3.8.10
INPUT
OUTPUT
size: (330, 252)
resolution: (0.0, 0.0)
The text was updated successfully, but these errors were encountered: