Page 1 of 1

Hex Color Canvas Creation Incorrect

Posted: 2013-03-25T09:15:44-07:00
by mneal
convert -version
Version: ImageMagick 6.8.3-10 2013-03-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib

OS - Windows 7

convert -size 100x100 canvas:"#007F2E" testout1.png

Creates a canvas with color #007E37. Same issue creating GIF images.

Re: Hex Color Canvas Creation Incorrect

Posted: 2013-03-25T10:11:09-07:00
by magick
Unfortunately, we cannot reproduce the problem. We're using ImageMagick-6.8.4-0 under Windows 7.

Re: Hex Color Canvas Creation Incorrect

Posted: 2013-03-25T11:13:46-07:00
by snibgo
On Windows 7, with IM 6.8.3-0 and 6.8.4-0, testing with Gimp and IM identify, I get the expected colour, #007F2E.

@mneal: how are you testing the result?