[magick-users] Changing the resolution of a Class F TIFF file
Bogdan Cristea
cristeab at gmail.com
Thu Dec 11 00:57:33 PST 2008
Hi
I need to change the resolution of a Class F TIFF file from 204x196
pixels/inch to 200x100 pixels/inch. I have done that with the following
command:
convert file.tif -density 200x100 resampled_file.tif
The issue that while the old image can be displayed with ghfaxviewer
(default viewer for Hylafax), the resampled image cannot. Both images can be
displayed with kfaxview. However, I am wondering if my resolution change was
correctly done, since ghfaxviewer cannot display the new image.
regards
Bogdan
More information about the Magick-users
mailing list