DEFLATE
From Just Solve the File Format Problem
(Difference between revisions)
(added breadcrumbs) |
|||
Line 3: | Line 3: | ||
|subcat=Compression | |subcat=Compression | ||
}} | }} | ||
− | + | '''DEFLATE''' is a widely used lossless compression algorithm. For many software implementations that support creation or extraction of [[ZIP]] archive files, DEFLATE is the only compression algorithm supported. It is also used by [[gzip]] and [[PNG]]. The [[PDF]] specification permits a variety of compression schemes, including DEFLATE, which is tagged as FlateDecode. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== References == | == References == | ||
* [http://www.ietf.org/rfc/rfc1951.txt RFC 1951: DEFLATE Compressed Data Format Specification version 1.3] | * [http://www.ietf.org/rfc/rfc1951.txt RFC 1951: DEFLATE Compressed Data Format Specification version 1.3] | ||
* [http://en.wikipedia.org/wiki/DEFLATE DEFLATE : Wikipedia] | * [http://en.wikipedia.org/wiki/DEFLATE DEFLATE : Wikipedia] |
Revision as of 21:51, 12 November 2012
DEFLATE is a widely used lossless compression algorithm. For many software implementations that support creation or extraction of ZIP archive files, DEFLATE is the only compression algorithm supported. It is also used by gzip and PNG. The PDF specification permits a variety of compression schemes, including DEFLATE, which is tagged as FlateDecode.