need help with Lighten composite using (+clone)
Posted: 2011-11-02T17:00:17-07:00
Hello,
I would like to soft lighten an image with a blurred version of itself, except that I would like to color correct the blurred version a little bit before compositing it back.
The following line works fine:
convert INPUT ( +clone -blur 0x18 -gamma 1.8 ) -compose Lighten -composite OUTPUT
however additional color corrections of the blurred clone using a multiply operation within brackets doesn't seem work:
convert INPUT ( +clone -blur 0x18 -gamma 1.8 -compose Multiply -size 1024x1024^ canvas:red) -compose Lighten -composite OUTPUT
what am I doing wrong?
Thanks for your help!
Luca
I would like to soft lighten an image with a blurred version of itself, except that I would like to color correct the blurred version a little bit before compositing it back.
The following line works fine:
convert INPUT ( +clone -blur 0x18 -gamma 1.8 ) -compose Lighten -composite OUTPUT
however additional color corrections of the blurred clone using a multiply operation within brackets doesn't seem work:
convert INPUT ( +clone -blur 0x18 -gamma 1.8 -compose Multiply -size 1024x1024^ canvas:red) -compose Lighten -composite OUTPUT
what am I doing wrong?
Thanks for your help!
Luca