possible bug HCL -modulate IM 6.8.0.4 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

possible bug HCL -modulate IM 6.8.0.4 Q16

Post by fmw42 »

IM 6.8.0.4 Q16 Mac OSX Snow Leopard

I can confirm a possible problem when modulating saturation in HCL colorspace, where some white parts become black. It does not go away in HDRI mode

see topic viewtopic.php?f=1&t=22243

Input:
Image

HCL mode: (see small black square in middle of limo)
convert wedding_party_sm.jpg -define modulate:colorspace=HCL -modulate 100,80,100 wedding_party_sm_hcl_h80.jpg
Image

HSL mode: (fine)
convert wedding_party_sm.jpg -define modulate:colorspace=HSL -modulate 100,80,100 wedding_party_sm_hsl_h80.jpg
Image

HSB mode: (fine)
convert wedding_party_sm.jpg -define modulate:colorspace=HSB -modulate 100,80,100 wedding_party_sm_hsb_h80.jpg

Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug HCL -modulate IM 6.8.0.4 Q16

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.0-5 Beta available by sometime tomorrow. Thanks.
Post Reply