Decrease Alpha with evaluate add doesn't work
Posted: 2015-02-10T09:27:56-07:00
I've got some images which have an alpha value of 240 where it should be fully opaque. Even the transparent areas should become more opaque.
For this i wanted to add 15 to the alpha channel of the whole image using convert.
I tried it with
convert --channel alpha -evaluate Add 15 +channel input.png output.png
But the alpha stays the same. If I use Multiply instead of Add it's possible to change the value with this command, but I want just Add 15 to every value.
For this i wanted to add 15 to the alpha channel of the whole image using convert.
I tried it with
convert --channel alpha -evaluate Add 15 +channel input.png output.png
But the alpha stays the same. If I use Multiply instead of Add it's possible to change the value with this command, but I want just Add 15 to every value.