-
-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vectorize Png encoder filters #1630
Vectorize Png encoder filters #1630
Conversation
And here are some excessively detailed benchmarks on random RGB (and Alpha 255) data. Environment
Average
Paeth
Up
Sub
|
Codecov Report
@@ Coverage Diff @@
## master #1630 +/- ##
==========================================
+ Coverage 83.67% 83.75% +0.08%
==========================================
Files 749 749
Lines 33111 33275 +164
Branches 3714 3736 +22
==========================================
+ Hits 27707 27871 +164
Misses 4682 4682
Partials 722 722
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@TechnologicalPizza thank you for the contribution, the performance gains look very promising 👍 Unit Tests for this could be done with the help of the FeatureTestRunner See
|
…chnologicalPizza/ImageSharp into vectorize-png-encoder-filters
I cannot adequately describe how much joy it brings me to see such fantastic collaboration here! Really great to see everyone pitching in with ideas. 😄 |
Environment
Paeth 🥳
Average
Up
Sub
|
Excellent stuff, let's get it merged! 🚀 |
Prerequisites
Description