DEV Community

Discussion on: System.Drawing vs SkiaSharp benchmark

Collapse
 
jimbobsquarepants profile image
James Jackson-South

Do you have the source code for the benchmark available? I'd like to see how the latest ImageSharp builds compare in your scenario. We're able to beat both now in this benchmark.

github.com/bleroy/core-imaging-pla...

Collapse
 
alexjitbit profile image
Alex Yumashev • Edited

Sure. I'm a little embarrassed by it, but sure :) Where do you want me to put it? Gist?

Collapse
 
jimbobsquarepants profile image
James Jackson-South

Yeah that would be great, thanks! (Nothing to be embarrassed about, it's all super useful to me!)

If you could upload a relevant test image also that'd be awesome!

Thread Thread
 
alexjitbit profile image
Alex Yumashev
Thread Thread
 
mattleibow profile image
Matthew Leibowitz

Hey there! Nice post, but I am just wondering why you have a resize for the bitmap in the SkiaSharp benchmark? This adds an extra copy to the process.

Thread Thread
 
alexjitbit profile image
Alex Yumashev

Because resizing is what I’m benchmarking.