-
-
Notifications
You must be signed in to change notification settings - Fork 889
Remove hardcoded subsampling. #834
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #834 +/- ##
=========================================
- Coverage 88.84% 88.75% -0.1%
=========================================
Files 1015 1015
Lines 44167 44165 -2
Branches 3181 3180 -1
=========================================
- Hits 39241 39199 -42
- Misses 4201 4206 +5
- Partials 725 760 +35
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #834 +/- ##
==========================================
- Coverage 88.84% 88.84% -0.01%
==========================================
Files 1015 1015
Lines 44169 44167 -2
Branches 3181 3180 -1
==========================================
- Hits 39243 39241 -2
Misses 4201 4201
Partials 725 725
Continue to review full report at Codecov.
|
|
I'm gonna go ahead and merge this. Coverage is 100% and all tests pass. |
Prerequisites
Description
Remove the hardcoded subsampling initializer from
JpegComponent. Our decoder can handle the interleaved for CMYK and YccK jpegs. Fix #817