From 0a470d2daf8ec8a1ba0abfea053af4b4d0955ff6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 31 Jan 2019 16:07:33 -0500 Subject: Don't optimize non-8-bit images Also add test cases for additional coverage on image optimization. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 120ecd2f..01b98a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-01-31 Jay Berkenbilt + * Bug fix: do better pre-checks on images before optimizing; + refuse to optimize images that can't be converted to JPEG because + of colorspace or depth. + * 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. -- cgit v1.2.3-54-g00ecf