aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-30 23:56:47 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-31 16:38:13 +0100
commit5211bcb5eaa2b6b3c8aa48580f1b97314c37bb4a (patch)
treed9e6153936c081044926c23054de375fba131698 /ChangeLog
parent22bcdbe786b5398d09fadae5c147359b9162293b (diff)
downloadqpdf-5211bcb5eaa2b6b3c8aa48580f1b97314c37bb4a.tar.zst
Externalize inline images (fixes #278)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a726e5..8b6e2d73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2019-01-31 Jay Berkenbilt <ejb@ql.org>
+ * Add new options --externalize-inline-images, which converts
+ inline images larger than a specified size to regular images, and
+ --ii-min-bytes, which tweaks that size.
+
+ * When optimizing images, inline images are now included in the
+ optimization, first being converted to regular images. Use
+ --keep-inline-images to exclude them from optimization. Fixes #278.
+
+ * Add method QPDFPageObjectHelper::externalizeInlineImages, which
+ converts inline images whose size is at least a specified amount
+ to regular images.
+
* Remove traces of acroread, which hasn't been available in Linux
for a long time.