Bug saving tiff as PNG

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
colinmac
Posts: 2
Joined: 2018-06-19T04:49:41-07:00
Authentication code: 1152

Bug saving tiff as PNG

Post by colinmac »

Using imageMagick 7.0.8 Q16 on Windows 10

running command line

convert image.tif image.png

on this image results in only one third of the image being converted

if I run

convert image.tif image.jpg

its fine
If I then run
convert image.jpg image.png
the png is fine

the image can be found at http://www.mackenziesolutions.co.uk/upl ... /image.tif
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug saving tiff as PNG

Post by magick »

Try 'convert image.tif -alpha off image.png'.
colinmac
Posts: 2
Joined: 2018-06-19T04:49:41-07:00
Authentication code: 1152

Re: Bug saving tiff as PNG

Post by colinmac »

Thanls that fixes that image.

Only trouble is I have a few thousand like it (this is the only once so far that has been spotted as broken) and I am a bit iconcenred what this will do to the others.
Is it a "sage" thing to do?
Post Reply