bug still in IM 6.5.6-5 Q16 with hsl and hsb non-percent
Posted: 2009-09-27T12:56:15-07:00
Sorry still a problem creating color swatches using non percent values with both HSL and HSB.
For example, both of these HSL colors should make a full green image, but the second is dark blue:
convert -size 100x100 xc:"hsl(120, 100%, 50%)" show:
convert -size 100x100 xc:"hsl(120, 255, 127)" show:
Similarly for HSB:
convert -size 100x100 xc:"hsb(120, 100%, 100%)" show:
convert -size 100x100 xc:"hsb(120, 255, 255)" show:
For example, both of these HSL colors should make a full green image, but the second is dark blue:
convert -size 100x100 xc:"hsl(120, 100%, 50%)" show:
convert -size 100x100 xc:"hsl(120, 255, 127)" show:
Similarly for HSB:
convert -size 100x100 xc:"hsb(120, 100%, 100%)" show:
convert -size 100x100 xc:"hsb(120, 255, 255)" show: