summaryrefslogtreecommitdiff
path: root/trunk/libjpeg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/libjpeg.txt')
-rw-r--r--trunk/libjpeg.txt6
1 files changed, 0 insertions, 6 deletions
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