Hi.
How i can to create a fill or adjustment layer with opacity like on this screen - .
The reason why i need it, is a opacity effect.
Layer with opacity
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Layer with opacity
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
where XX will be the opacity amount and YYY is the compose method you want to use