When I do:
Code: Select all
identify -format "%x x %y" 8883527.jpgThe EXIF information shows:0.024 PixelsPerInch x 0.024 PixelsPerInch
Why is it dividing by 10000? According to Photoshop, the actual resolution is 240. By doing this, I get an actual Print Size ofexif:XResolution: 240/10000
exif:YResolution: 240/10000
which seems ridiculous.Print size: 112625x173625
Any ways to prevent this would be greatly appreciated.