ImageSharp.Drawing
ImageSharp.Drawing copied to clipboard
Improve blending performance, make sure API is not a blocker
After merging #96, blending will be the bottleneck in drawing. To address this I suggest to prototype batched variant of NormalSrcOver in the core library, preferably for 1.0 to make sure we can handle it with the current API without breaking changes.

Not realistic for 1.0. (Edit: having troubles clicking the right button 😄 )
We need to have a dicussion regarding which version of ImageSharp we should be based on. We have our new fast blending implementation in V3.
Main now points at v3 now so I'm closing this.