Replies: 1 comment 2 replies
-
No. If it’s a problem for you. Look into it yourself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A performance comparison of 100 times encoding and decoding of 2560 x 1920 PNG 16bit greyscale image on Intel Core i7 8850H took:
System.Windows.Media: ~30 seconds
ImageSharp BestSpeed: ~34 seconds
ImageSharp DefaultCompression: ~60 seconds
Debugging showed that decoding was close together, but encoding took far more time for ImageSharp.
Beta Was this translation helpful? Give feedback.
All reactions