Yes, this look like exactly what I need. I made some experiments because it still doesnt work as I hoped. The simpliest operation is like this: convert input.jpg -colorspace HSL -channel G -evaluate Min 10% -colorspace RGB output.jpg This seems to work, it limits the saturation. Though that "S ...
Hi, I want to convert the image to LAB (this in fact is not important) and set minimum and maximum of AB values the way that values inside the range are not changed and values out of range are set to the range borders.. I am bit familiar with gimp, but it doesnt have this functionality it seems, so ...
Hi, I am doing this: convert input.jpg -channel all -normalize -output.jpg and I need to limit the effect to f.e. 50%. Effectively like set the result on top layer and set the opacity of it to 50%. (In gimp it is trivial for me) I read about all that compose, composite, dissolve, clone and ...