Page 1 of 1

Bug in windows version

Posted: 2015-11-07T03:57:15-07:00
by noone
When i'm tring to run:
convert -size 1x1 xc:#ff0000 1.gif
it is always black.
If I use any other size everything is OK.
Version: ImageMagick 6.9.2-5 Q8 x64 2015-10-31 http://www.imagemagick.org

Re: Bug in windows version

Posted: 2015-11-07T11:59:22-07:00
by fmw42
I can confirm on IM 6.9.2.5 Q16 Mac OSX. The following does produce a black pixel rather than a red one.

Code: Select all

convert -size 1x1 xc:"#ff0000" 1.gif
And this produces a white pixel

Code: Select all

convert -size 1x1 xc:red 2.gif

Re: Bug in windows version

Posted: 2015-11-08T01:22:37-07:00
by dlemstra
We can reproduce the problem you posted and have a patch in ImageMagick 6.9.2-6 Beta, available by sometime tomorrow. Thanks.