With the following comand I am trying to flatten a 300 dpi psd file and set resolution to 72 dpi.
-flatten -units pixelsperinch -density 72 filename.tif
I seem to be missing somethng but not sure what it is. I get a tif file ok but the size is still 300 dpi.
Thanks,
Jeff
Convert 300 dpi image to 72 dpi but maintain original WxH
-
- Posts: 13
- Joined: 2011-03-08T17:34:27-07:00
- Authentication code: 8675308
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Convert 300 dpi image to 72 dpi but maintain original Wx
Photoshop stores its 'density' in a different place to the normal position for TIFF file formats. Try stripping the TIFF of extra profiles. (using -strip)
See the note for TIFF file format
http://www.imagemagick.org/Usage/formats/#tiff
See the note for TIFF file format
http://www.imagemagick.org/Usage/formats/#tiff
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 13
- Joined: 2011-03-08T17:34:27-07:00
- Authentication code: 8675308
Re: Convert 300 dpi image to 72 dpi but maintain original Wx
Using -strip gives me the correct resolution. Now I need to constrain the proportions so that the demensions do no change. Trying to create a fpo for highrez replacement.
Thanks for the help,
Jeff
Thanks for the help,
Jeff
-
- Posts: 13
- Joined: 2011-03-08T17:34:27-07:00
- Authentication code: 8675308
Re: Convert 300 dpi image to 72 dpi but maintain original Wx
-strip is not going to work for me either. It removes the clipping path that I need to have included with the output file. arrg
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Convert 300 dpi image to 72 dpi but maintain original Wx
Good the command you want to resize the image to the correct density at the same REAL WORLD dimensions, is -resamplejburkhart68 wrote:Using -strip gives me the correct resolution. Now I need to constrain the proportions so that the demensions do no change. Trying to create a fpo for highrez replacement.
See http://www.imagemagick.org/Usage/resize/#resample
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/