Montspy / LooPyGen

Loopring Python Minter on Layer 2
17 stars 6 forks source link

[python] Add blend modes other than normal alpha blending #40

Open Montspy opened 2 years ago

Montspy commented 2 years ago

Current compositing only support alpha blending an element (layer) on top of others.

W3 docs on compositing

Other popular blending modes:

Useful blending modes for masking:

Montspy commented 2 years ago

This might be limited to static only NFT due to ffmpeg limited support for custom blend modes