Fix inverted colors during JBIG2 optimization on paletted images

Fixes #640
This commit is contained in:
James R. Barlow
2020-10-07 04:08:50 -07:00
parent 6eb393590b
commit 204c9d6ae1
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -12,6 +12,12 @@ may be unreliable. Use the API to depend on precise behavior.
The public API may be useful in scripts that launch OCRmyPDF processes or that
wish to use some of its features for working with PDFs.
v11.2.1
=======
- Fixed an issue where optimization of a 1-bit image with a color palette or
associated ICC that was optimized to JBIG2 could have its colors inverted.
v11.2.0
=======