hsb color bug still in IM 6.5.7-1 Q16

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

hsb color bug still in IM 6.5.7-1 Q16

Post by fmw42 »

convert -version
Version: ImageMagick 6.5.7-1 2009-10-24 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC



the change log says
2009-10-18 6.5.7-1 Cristy <quetzlzacatenango@image...>
Correct hue computation for the HSB colorspace.
but the bug at viewtopic.php?f=3&t=14929

still seems to be there. Might the log be wrong and this will be fixed in 6.5.7-2?


convert -size 1x1 xc:blue -colorspace HSB txt:
# ImageMagick pixel enumeration: 1,1,65535,hsb
0,0: (43690,65535,65535) #AAAAFFFFFFFF hsb(170,255,255)


convert -size 1x1 xc:blue -colorspace HSL txt:
# ImageMagick pixel enumeration: 1,1,65535,hsl
0,0: (43690,65535,32768) #AAAAFFFF8000 hsl(66.6667%,100%,50.0008%)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: hsb color bug still in IM 6.5.7-1 Q16

Post by magick »

We can reproduce the problem you posted and will have a patch available in the Subversion trunk by sometime tomorrow. Thanks.
Post Reply