DEFLATE
From Just Solve the File Format Problem
(Difference between revisions)
Line 4: | Line 4: | ||
|pronom={{PRONOM|x-cmp/16}} | |pronom={{PRONOM|x-cmp/16}} | ||
}} | }} | ||
− | '''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. | + | '''DEFLATE''' is a widely used lossless compression algorithm based on [[LZ77]] and [[Huffman coding]]. 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. |
== See also == | == See also == |
Revision as of 01:16, 2 May 2013
DEFLATE is a widely used lossless compression algorithm based on LZ77 and Huffman coding. 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.