aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-26 21:07:18 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-26 21:29:10 +0100
commitbbc2f8ffae939eab598f583514fb132d23c11705 (patch)
tree6ada4c02275422ea723ec89278dc7c52795a79c7 /ChangeLog
parent12777a04ca85e69a26732bfa8604af8d23f8bfe1 (diff)
downloadqpdf-bbc2f8ffae939eab598f583514fb132d23c11705.tar.zst
Bug fix: handle ColorSpace lookup for inline images (fixes #392)
If the value of /CS in the inline image dictionary was is key in the page's /Resource -> /ColorSpace dictionary, properly resolve it by referencing the proper colorspace, and not just the name, in the external image dictionary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68aff3fe..38749752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-01-26 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: when externalizing inline images, a colorspace value
+ that was a lookup key in the page's /Resource -> /ColorSpace
+ dictionary was not properly handled. Fixes #392.
+
* Add "encrypt" key to the json output. This contains largely the
same information as given by --show-encryption but in a
consistent, parseable format.