Bad .tif files created by "convert -rotate".

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Chances are your TIFF delegate library does not have LZW compression enabled and ImageMagick is failing to report a warning. If you use compression none does it work? We tried your command with ImageMagick 6.2.7, the current release, and it returned a proper LZW-compressed TIFF image.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We tried your commands and followed with
  • identify -verbose *.tif
Each image returned the same image signature indicating they had the exact same pixel contents. We're using ImageMagick 6.2.7-4 under Windows XP.
Post Reply