From c0b0d27a4200e7be2f880aa38e48a785775a5f28 Mon Sep 17 00:00:00 2001 From: dcommander Date: Tue, 23 Nov 2010 05:49:54 +0000 Subject: Support arithmetic encoding and decoding git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@299 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- trunk/libjpeg.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'trunk/libjpeg.txt') diff --git a/trunk/libjpeg.txt b/trunk/libjpeg.txt index f8ec519..191b35e 100644 --- a/trunk/libjpeg.txt +++ b/trunk/libjpeg.txt @@ -93,7 +93,6 @@ JPEG processes are supported. (Our subset includes all features now in common use.) Unsupported ISO options include: * Hierarchical storage * Lossless JPEG - * Arithmetic entropy coding (unsupported for legal reasons) * DNL marker * Nonintegral subsampling ratios We support both 8- and 12-bit data precision, but this is a compile-time @@ -1023,11 +1022,6 @@ JDIMENSION jpeg_width Actual dimensions of output image. JDIMENSION jpeg_height -There are some additional cinfo fields which are not documented here -because you currently can't change them; for example, you can't set -arith_code TRUE because arithmetic coding is unsupported. - - Per-component parameters are stored in the struct cinfo.comp_info[i] for component number i. Note that components here refer to components of the JPEG color space, *not* the source image color space. A suitably large -- cgit v1.2.3