X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Flibijg%2Flibjpeg.doc;h=20ce7b48192ca3d118cc7053d4f8a0ad9b42fd4f;hb=c4220b95e9d5e902a7468e408435bf6dea4950eb;hp=689b206c07fdfa03e915abaaf2d7aa458d8cf5bc;hpb=59e65d18af23304dfdaca6b5fb488e74bbe4755a;p=gdcm.git diff --git a/src/jpeg/libijg/libjpeg.doc b/src/jpeg/libijg/libjpeg.doc index 689b206c..20ce7b48 100644 --- a/src/jpeg/libijg/libjpeg.doc +++ b/src/jpeg/libijg/libjpeg.doc @@ -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: