DEFLATE
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM ID) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
+ | |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. 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. |
Revision as of 06:31, 7 March 2013
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.