Page 1 of 1

Maintaining DPI

Posted: 2018-07-20T06:09:12-07:00
by hillsadam
Hello All,

My developer is using Image Magick on a photo hosting system im using..

Im having an issue with is holding onto the DPI information for some files, specifically ones that I save from Photoshop..

Ive checked that prior to upload it has a DPI of 300, but when it lands in my hosting server it has no DPI values attached to it and reverts to 72 when re opened in Photoshop.

Are there nay steps or options I can advise my developer to use so that it looks at the DPI value and keep it intact?

Adam
thanks in advance

Re: Maintaining DPI

Posted: 2018-07-20T07:05:24-07:00
by snibgo
ImageMagick does preserve resolution when converting PSD files to other formats.

To diagnose why your system doesn't, we need more information:
- version of IM, and platform
- all the scripts or other code between when the image has correct resolution and when it doesn't
- sample inputs and outputs to that code