Wrong DPI information

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
4145
Posts: 1
Joined: 2012-08-14T00:57:39-07:00
Authentication code: 67789

Wrong DPI information

Post by 4145 »

Hi I tested 2 and more jpeg files with different DPI.
I get dpi info with $imagick->getImageResolution(); function.

Image
photoshop shows 96 dpi, imagemagick shows 72 dpi
Image
photoshop shows 96 dpi, imagemagick shows 96 dpi
Image
photoshop shows 100 dpi, imagemagick shows 72 dpi

anybody can help me, please
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Wrong DPI information

Post by fmw42 »

You images are not available
Post Reply