From 5211bcb5eaa2b6b3c8aa48580f1b97314c37bb4a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 30 Jan 2019 17:56:47 -0500 Subject: Externalize inline images (fixes #278) --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19a726e5..8b6e2d73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2019-01-31 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf