blob: 3e18c3673854ad3a6c4242c242a4f4c5127d5ddc (
plain)
1
2
3
4
5
6
7
8
9
10
|
Library-Description:
libjpeg is C software to implement JPEG image encoding, decoding, and
transcoding. JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and gray-scale images.
.
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.
We have made no provision for supporting the hierarchical or lossless
processes defined in the standard.
|