[magick-users] Changing the resolution of a Class F TIFF file

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Thu Dec 11 10:15:46 PST 2008


> correctly done, since ghfaxviewer cannot display the new image.

TIFF supports a wide variety of image types and some viewers can only deal with
a subset of the image types.

> convert file.tif -density 200x100 resampled_file.tif

You probably want

  convert file.tif -resample 200x100 resampled_file.tif

Post the output of

  tiffinfo file.tif
  tiffinfo resampled_file.tif

so wee can determine how resampled_file.tif differs from file.tif.


More information about the Magick-users mailing list