-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BUG: Decode Black only/CMYK deviceN images #1984
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1984 +/- ##
==========================================
- Coverage 93.87% 93.79% -0.09%
==========================================
Files 33 33
Lines 7009 7023 +14
Branches 1394 1400 +6
==========================================
+ Hits 6580 6587 +7
- Misses 276 278 +2
- Partials 153 158 +5
☔ View full report in Codecov by Sentry. |
@MartinThoma, the codecov report is not good, however the results should be better. up to you to relaunch it all yours 🙂 |
I think it's an improvement, so I merged it :-) |
New Features (ENH): - Add is_open in outlines in PdfReader and PdfWriter (#1960) Bug Fixes (BUG): - Search /DA in hierarchy fields (#2002) - Cope with different ISO date length (#1999) - Decode Black only/CMYK deviceN images (#1984) - Process CMYK in deflate images (#1977) Developer Experience (DEV): - Add mypy to pre-commit (#2001) - Release automation (#1991, #1985) [Full Changelog](3.12.2...3.13.0)
closes #1979