Page 1 of 1

Layer with opacity

Posted: 2013-05-16T01:37:25-07:00
by brubru
Hi.
How i can to create a fill or adjustment layer with opacity like on this screen - Image.
The reason why i need it, is a opacity effect.

Re: Layer with opacity

Posted: 2013-05-16T11:05:51-07:00
by fmw42
convert image \( -clone 0 -alpha off -fill pink -colorize 100% -alpha set -channel a -evaluate set XX% +channel \) -compose YYY -composite result

where XX will be the opacity amount and YYY is the compose method you want to use