My best result has been to use this image [https://s3.amazonaws.com/mtcarlso_help/help/input.png] with a basic red hue as a starter, and to modulate the HSL for a subset of colors with this simple modulate command:
Code: Select all
convert input.png -mask mask.png -modulate [values] output.png
Royal: 22,200,30 [https://s3.amazonaws.com/mtcarlso_help/ ... _royal.png]
Poppy: 42,200,98 [https://s3.amazonaws.com/mtcarlso_help/ ... _poppy.png]
Plum: 10,200,60 [https://s3.amazonaws.com/mtcarlso_help/ ... l_plum.png]
As you can see from this crude reference [https://s3.amazonaws.com/mtcarlso_help/ ... erence.png], the output is pretty close to the desired colors, especially poppy and royal. However, we're losing some luminance(?) and a little bit of black detail. This is particularly evident in the plum sample. I have played around with the LCHuv and LCHab color spaces, also using modulate commands but have not been able to create desirable results. For example, this modification [https://s3.amazonaws.com/mtcarlso_help/ ... l_plum.png] seems to be the inverse of what I want dark red where it should be light and light red where it should be dark.
Any recommendations?