Bug in windows version

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
noone
Posts: 1
Joined: 2015-11-07T03:54:09-07:00
Authentication code: 1151

Bug in windows version

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Bug in windows version

Post 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
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Bug in windows version

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply