]> granicus.if.org Git - libjpeg-turbo/commitdiff
We now support the additional decompression scaling factors from jpeg-7
authorDRC <dcommander@users.sourceforge.net>
Tue, 1 Jan 2013 10:47:02 +0000 (10:47 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 1 Jan 2013 10:47:02 +0000 (10:47 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@882 632fc199-4ca6-4c93-a231-07263d6284db

1  2 
change.log

diff --cc change.log
index 2184109121342d2f8cfe33b01b57899f53c48f7a,729bca6cfa9e38c067a244dd6d17d8240bf85302..b60ddd686c4a52868a50e70a7085c30ec8832d1d
@@@ -46,6 -80,17 +46,9 @@@ Thank to Roberto Boni from Italy for th
  Version 7  27-Jun-2009
  ----------------------
  
 -cjpeg now supports scalings 8/N with all N from 1 to 16.
 -Scaled DCTs with size larger than 8 are now also used for resolving the
 -common 2x2 chroma subsampling case without additional spatial resampling.
 -Separate spatial resampling for those kind of files is now only necessary
 -for N>8 scaling cases.
 -Furthermore, separate scaled DCT functions are provided for direct resolving
 -of the common asymmetric subsampling cases (2x1 and 1x2) without additional
 -spatial resampling.
+ New scaled DCTs implemented.
+ djpeg now supports scalings N/8 with all N from 1 to 16.
  cjpeg -quality option has been extended for support of separate quality
  settings for luminance and chrominance (or in general, for every provided
  quantization table slot).