From ee2aad438164da5f3fd9ff3f3eacbaad81bbebcc Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 4 Jan 2019 18:06:56 -0500 Subject: Add CLI flags for image optimization --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bbeb8edb..b4b10f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2019-01-04 Jay Berkenbilt + * Add new option --optimize-images, which recompresses every image + using DCT (JPEG) compression as long as the image is not already + compressed with lossy compression and recompressing the image + reduces its size. The additional options --oi-min-width, + --oi-min-height, and --oi-min-area prevent recompression of images + whose width, height, or pixel area (width * height) are below a + specified threshold. + * Add new option --collate. When specified, the semantics of --pages change from concatenation to collation. See the manual for a more detailed discussion. Fixes #259. -- cgit v1.2.3-54-g00ecf