]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/README
ENH: Update the jpeg library. This patch is the result of the ijg lib + ls-patch...
[gdcm.git] / src / jpeg / libijg / README
index 86cc20669d6123ee2999fd0c8f6c21641825fda6..242359479d6c40f7da40f80f0ebc08adfe0b6b29 100644 (file)
@@ -74,12 +74,12 @@ remarkably high compression levels are possible if you can tolerate a
 low-quality image.  For more details, see the references, or just experiment
 with various compression settings.
 
-This software implements JPEG baseline, extended-sequential, and progressive
-compression processes.  Provision is made for supporting all variants of these
-processes, although some uncommon parameter settings aren't implemented yet.
-For legal reasons, we are not distributing code for the arithmetic-coding
-variants of JPEG; see LEGAL ISSUES.  We have made no provision for supporting
-the hierarchical or lossless processes defined in the standard.
+This software implements JPEG baseline, extended-sequential, progressive
+and lossless compression processes.  Provision is made for supporting all
+variants of these processes, although some uncommon parameter settings aren't
+implemented yet. For legal reasons, we are not distributing code for the
+arithmetic-coding variants of JPEG; see LEGAL ISSUES.  We have made no
+provision for supporting the hierarchical processes defined in the standard.
 
 We provide a set of library routines for reading and writing JPEG image files,
 plus two sample applications "cjpeg" and "djpeg", which use the library to