Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I'm trying to compose two images after changing opacity for one of them (created by Photoshop CS 5.5). But result is strange.
My file has transparent background. I saved it as 'png-24'.
Note appeared white background.
Please, help — what am I doing wrong?
Water3.png has opaque blue, transparent blue and transparent white. You set all the pixels to 75% opacity. So this gives 75% opaque blue and white. Perhaps you would prefer to multiply opacity by 0.75.
I guess '-evaluate set 75%' is applying only to alpha channel because of '-channel A'. Why not?
How can I 'multiply opacity by 0.75'? Something like this?