Using the version specified above (v. 6.8.6-Q16) when I run the following from the command line:
Code: Select all
[ImageMagickPath]\Identify -format "%x, %y" "[Filepath]"
The resolution is returned but the units are not. in the case above for example I get
Based on the documentation I expected to see the Units following these numbers. as in "300 PixelsPerInch, 300 PixelsPerInch". this worked on previous version of Imagmagick so I know it was working in the past. I recently upgraded to this version of Imagmagick and I'm wondering if anyone else is seeing this. or if something has changed that hasn't been reflected in the documentation
Incidentally, if I use the "-verbose" option on the file I do see the units specified so I know ImageMagick has access to the data. however in this particular version the units aren't being returned when accessing the data via the format option.
Any help would be greatly apreciated, I'm trying to close this out so we can move the new version of ImageMagick to production to address other defects.
Thanks.