How to handle alpha in a manual “Overlay” blend operation?

后端 未结 3 1605
谎友^
谎友^ 2021-02-10 01:20

I\'m playing with some manual (walk-the-pixels) image processing, and I\'m recreating the standard \"overlay\" blend. I\'m looking at the \"Photoshop math\" macros here:

3条回答
  •  不要未来只要你来
    2021-02-10 01:52

    I was experimenting with this issue exactly, until I found out that the best is to have the base and the blend layer both with straight alpha, then premultiply only the result with the base alpha.

提交回复
热议问题