resolution problem
Posted: 2011-11-10T03:40:38-07:00
Hi All,
I have a requirement to convert set of tif images to jpeg format. For this purpose I have written a perl script. Through which I called image magick successfully. At the conversion stage 300x300 dpi resolution need to be changed to 150x150 resolution.
I have used -resample command for this purpose. Imagemagick shows the converted file correctly. But Windows image viewers and photoshop shows only the original resolution of the tif image.
I have read about the problem in imagemagick Documentation, it clearly explains that:
"Note that Photoshop stores and obtains image resolution from a proprietary embedded profile. If this profile exists in the image, then Photoshop will continue to treat the image using its former resolution, ignoring the image resolution specified in the standard file header."
How can I remove the proprietary embedded profile and make all the windows image viewers and photoshop to show the correct dpi?
Thanks in advance,
Srikrishnan
I have a requirement to convert set of tif images to jpeg format. For this purpose I have written a perl script. Through which I called image magick successfully. At the conversion stage 300x300 dpi resolution need to be changed to 150x150 resolution.
I have used -resample command for this purpose. Imagemagick shows the converted file correctly. But Windows image viewers and photoshop shows only the original resolution of the tif image.
I have read about the problem in imagemagick Documentation, it clearly explains that:
"Note that Photoshop stores and obtains image resolution from a proprietary embedded profile. If this profile exists in the image, then Photoshop will continue to treat the image using its former resolution, ignoring the image resolution specified in the standard file header."
How can I remove the proprietary embedded profile and make all the windows image viewers and photoshop to show the correct dpi?
Thanks in advance,
Srikrishnan