Page 1 of 1

Bug saving tiff as PNG

Posted: 2018-06-19T05:16:05-07:00
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

Re: Bug saving tiff as PNG

Posted: 2018-06-19T06:52:56-07:00
by magick
Try 'convert image.tif -alpha off image.png'.

Re: Bug saving tiff as PNG

Posted: 2018-06-19T08:33:35-07:00
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?