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 ...
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 ...