ImageSharp.Drawing icon indicating copy to clipboard operation
ImageSharp.Drawing copied to clipboard

Improve blending performance, make sure API is not a blocker

Open antonfirsov opened this issue 5 years ago • 1 comments

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.

image

antonfirsov avatar Nov 13 '20 17:11 antonfirsov

Not realistic for 1.0. (Edit: having troubles clicking the right button 😄 )

antonfirsov avatar Jun 19 '21 22:06 antonfirsov

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.

JimBobSquarePants avatar Mar 17 '23 03:03 JimBobSquarePants

Main now points at v3 now so I'm closing this.

JimBobSquarePants avatar Sep 06 '23 05:09 JimBobSquarePants