diff --git a/ChangeLog.txt b/ChangeLog.txt index 0a8e8b19..99cb5052 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -55,6 +55,9 @@ based on whether libjpeg v7 or v8 emulation was enabled. fail to compile if the Windows system headers were included before jpeglib.h. This issue was caused by a conflict in the definition of the INT32 type. +[15] Implemented a more efficient version of TJBUFSIZE() which computes a +worst-case JPEG size based on the level of chrominance subsampling. + 1.1.1 ===== diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 3c6e903a..1598f0b0 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -81,7 +81,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); -
1.7.4