aboutsummaryrefslogtreecommitdiff
path: root/change.log
diff options
context:
space:
mode:
authorGuido Vollbeding <jpeg-info@uc.ag>2010-01-10 00:00:00 +0000
committerDRC <information@libjpeg-turbo.org>2015-07-27 13:45:31 -0500
commit989630f70cf1af69ebfefca8910d1647bf189712 (patch)
tree37f16073c27b09c69ec95629218a13e219904d4a /change.log
parent5996a25e2f50d20d6a8f09830724035b49c3927b (diff)
downloadlibjpeg-turbo-989630f70cf1af69ebfefca8910d1647bf189712.tar.gz
The Independent JPEG Group's JPEG software v8
Diffstat (limited to 'change.log')
-rw-r--r--change.log20
1 files changed, 20 insertions, 0 deletions
diff --git a/change.log b/change.log
index 04f16880..58ea3eb3 100644
--- a/change.log
+++ b/change.log
@@ -1,6 +1,26 @@
CHANGE LOG for Independent JPEG Group's JPEG software
+Version 8 10-Jan-2010
+----------------------
+
+jpegtran now supports the same -scale option as djpeg for "lossless" resize.
+An implementation of the JPEG SmartScale extension is required for this
+feature. A (draft) specification of the JPEG SmartScale extension is
+available as a contributed document at ITU and ISO. Revision 2 or later
+of the document is required (latest document version is Revision 3).
+The SmartScale extension will enable more features beside lossless resize
+in future implementations, as described in the document (new compression
+options).
+
+Add sanity check in BMP reader module to avoid cjpeg crash for empty input
+image (thank to Isaev Ildar of ISP RAS, Moscow, RU for reporting this error).
+
+Add data source and destination managers for read from and write to
+memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
+Thank to Roberto Boni from Italy for the suggestion.
+
+
Version 7 27-Jun-2009
----------------------