flrs / blend_modes

Python package that implements image blend modes
MIT License
140 stars 28 forks source link

How to combine mutiple blend_modes toghether? #2

Closed TejasBob closed 6 years ago

TejasBob commented 6 years ago

For example, Overlay blend mode is combination of multiply and screen. Overlay mode is not present in blend_modes. How can I combine existing multiply and screen modes to perform overlay blending?

Tejas

flrs commented 6 years ago

Hi @TejasBob, thank you for your pull request #3! I think this issue is now resolved, do you agree?

TejasBob commented 6 years ago

Yes!