Search Results

1
vote

How can I add the alpha channel of image A to the alpha channel of image B?

"clemahieu" is right -- You don't have to worry about premultiplied alpha in this case, because you're doing high-level operations, and the actual pixel format is a low-level detail. If you …