My first message here after hours spending on this forum for a lot of incredible
help and ressources

We are working on a script that try to simulate a wood effect (just to be "brown" in fact) color from a greyscale image.
The image is black and white at start.
Then we apply on it a -level 21,244,1.0
(this is ok so) but now we would like to apply (on the global)
hue : 23
Saturation : 29
Luminisoty : +2
(these are photoshop values for the HSL)
How we can do this with ImageMagick ?
An other question by the way

We also would like to apply a modification on a particular color channel, like the "selective color" of Photoshop.
We would like to apply it on the Black channel only with CMYK values as follow :
C = -37%
M = -15%
Y = -4 %
K= 0%
(these are photoshop values)
Someone knows if (and how) we can do this with ImageMagick ?
This is the image that show the result we try to get :

Thanks in advance for your precious help !
