-modulate in LCH colorspace
Posted: 2016-08-04T16:41:53-07:00
I am attempting to reduce saturation in LCH colorspace, but am getting unexpected results.
ImageMagick 7.0.2-5 Q16 x64 2016-07-22
Code: Select all
convert -size 256x200 gradient:#000-#F00 -set option:modulate:colorspace HSL -modulate 100,50,100 a.png
convert -size 256x200 gradient:#000-#F00 -set option:modulate:colorspace LCH -modulate 100,50,100 b.png
convert -size 256x200 gradient:#000-#F00 -set option:modulate:colorspace LCHuv -modulate 100,50,100 c.png