Hex Color Canvas Creation Incorrect

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
mneal
Posts: 1
Joined: 2013-03-25T09:00:38-07:00
Authentication code: 6789

Hex Color Canvas Creation Incorrect

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Hex Color Canvas Creation Incorrect

Post by magick »

Unfortunately, we cannot reproduce the problem. We're using ImageMagick-6.8.4-0 under Windows 7.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Hex Color Canvas Creation Incorrect

Post 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?
snibgo's IM pages: im.snibgo.com
Post Reply