image magick returned a wrong resolution

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
sonusdream

image magick returned a wrong resolution

Post by sonusdream »

i created a 300 dpi jpg image in photoshop and identified that image using image magick but IM is saying that it is in 72 dpi

this is the command i used:

Code: Select all

convert -format %r/%x/%e 300dpi_image.jpg

hope you can help me with this one


thanks in advance,
sonus
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Photoshop uses its own propritary meta-data to hold image resolution information!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply