-
-
Notifications
You must be signed in to change notification settings - Fork 887
Add support for decoding tiff's encoded with LeastSignificantBitFirst #1725
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 #1725 +/- ##
==========================================
- Coverage 84.40% 84.38% -0.03%
==========================================
Files 830 830
Lines 36262 36288 +26
Branches 4238 4241 +3
==========================================
+ Hits 30607 30621 +14
- Misses 4839 4850 +11
- Partials 816 817 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
I will go ahead and merge this. I want to continue with tiff and I gets more and more complicated to juggle the open PR without creating merge conflicts for myself. Feel still free to comment here on any issue. |
Prerequisites
Description
This PR adds support for decoding 1bit tiff's encoded with LeastSignificantBitFirst: pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte.
Also reduce test images size for some images to reduce memory usage and time it takes to execute the tiff tests.