Page 1 of 1

Posted: 2006-08-28T11:00:25-07:00
by magick
We tried the following with ImageMagick 6.2.9-2, the current release version, and it produce correct results:
  • convert logo: logo.tif
    convert -crop 480x480 logo.tif crop.tif
    display crop.tif
Post a URL to one of your TIFF images. We'll see if we can reproduce the problem.

Posted: 2006-08-29T07:16:24-07:00
by magick
The resulting TIFF image is fine, its just that there are very few TIFF readers that handle the full gamut of TIFF image types. In your case you will want to reduce the image depth from 16 to 8. Add -depth 8 to your command line.