]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/libjpeg.doc
ENH: ok making too many mistakes time to go to bed
[gdcm.git] / src / jpeg / libijg / libjpeg.doc
index 689b206c07fdfa03e915abaaf2d7aa458d8cf5bc..20ce7b48192ca3d118cc7053d4f8a0ad9b42fd4f 100644 (file)
@@ -92,7 +92,6 @@ the ISO JPEG standard; most baseline, extended-sequential, and progressive
 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
@@ -870,6 +869,12 @@ jpeg_simple_progression (j_compress_ptr cinfo)
        unless you want to make a custom scan sequence.  You must ensure that
        the JPEG color space is set correctly before calling this routine.
 
+jpeg_simple_lossless (j_compress_ptr cinfo, int predictor, int point_transform)
+       Generates a default scan script for writing a lossless-JPEG file.
+       This is the recommended method of creating a lossless file,
+       unless you want to make a custom scan sequence.  You must ensure that
+       the JPEG color space is set correctly before calling this routine.
+
 
 Compression parameters (cinfo fields) include: