Converting GIF to Tiff produces corrupted Tiff Image

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
Palle
Posts: 1
Joined: 2016-11-17T02:05:33-07:00
Authentication code: 1151

Converting GIF to Tiff produces corrupted Tiff Image

Post by Palle »

Some GIF images that is converted to TIFF images, creates a corrupted TIFF image
I normally use these parameters
-compress lzw -density 300 -depth 8 -define tiff:fill-order=msb -quiet
But I have also tried without parameters, same result
I have tried with the following versions
ImageMagick-6.9.3-Q16
ImageMagick-7.0.3-Q16

With same result

It is not possible to open the Tiff in paint, paint.net or windows photoviewer
The program IrfanView can open the corrupted file, but it is ofcause not the same picture I see.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Converting GIF to Tiff produces corrupted Tiff Image

Post by snibgo »

Please upload an example GIF that has the problem, and the resulting TIFF. You can upload to somewhere like dropbox.com, and paste the URL here.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting GIF to Tiff produces corrupted Tiff Image

Post by fmw42 »

What is your exact command line including convert/magick and where you have placed the input and output images? What are your versions of libtiff?
Post Reply