Transparent image after scale
Posted: 2018-02-23T07:23:51-07:00
I found some images on our website, where the scaled version of a non-transparent image was completely transparent without any other content. Is this a possible bug or did I completely misunderstand something about it?
I placed one such image on http://th-mack.de/download/bugs/im02.tif for testing.
The command used is:
convert im02.tif -scale 600x400 im02.gif
We have this problem both on Ubuntu 17.10 with:
and FreeBSD 11.1 with:
Thanks
Thomas Mack
I placed one such image on http://th-mack.de/download/bugs/im02.tif for testing.
The command used is:
convert im02.tif -scale 600x400 im02.gif
We have this problem both on Ubuntu 17.10 with:
Code: Select all
Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Code: Select all
Version: ImageMagick 6.9.9-28 Q16 amd64 2018-01-20 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib cairo fftw fontconfig freetype jbig jng jp2 jpeg lcms lqr ltdl lzma png raw rsvg tiff webp wmf x xml zlib
Thomas Mack