Is there a way to linearly interpolate between two images (Including the alpha channel) with ImageSharp? #2742
Unanswered
TinyDeskEngineer06
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A project I'm working on requires me to be able to blend two potentially transparent PNGs together like standard Alpha Over blending, but without using the alpha channel for the blend amount, instead using a regular float value, like float.Lerp. Would such a thing be possible with this library?
Beta Was this translation helpful? Give feedback.
All reactions