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
Bug in windows version
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Bug in windows version
I can confirm on IM 6.9.2.5 Q16 Mac OSX. The following does produce a black pixel rather than a red one.
And this produces a white pixel
Code: Select all
convert -size 1x1 xc:"#ff0000" 1.gif
Code: Select all
convert -size 1x1 xc:red 2.gif
Re: Bug in windows version
We can reproduce the problem you posted and have a patch in ImageMagick 6.9.2-6 Beta, available by sometime tomorrow. Thanks.