DEFLATE

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Partial rewrite)
Line 11: Line 11:
 
There is a popular extension of Deflate known as [[zlib]] format, and the term "Deflate" often turns out to mean zlib. Formats that use Deflate ''without'' zlib include [[ZIP]] and [[gzip]].
 
There is a popular extension of Deflate known as [[zlib]] format, and the term "Deflate" often turns out to mean zlib. Formats that use Deflate ''without'' zlib include [[ZIP]] and [[gzip]].
  
The term '''Inflate''' is sometimes used in conjunction with decompressing this format. This is not to be confused with the [[Inflate|joke Inflate format]].
+
The term '''Inflate''' is sometimes used in conjunction with decompressing this format.
  
 
== See also ==
 
== See also ==

Revision as of 16:42, 22 September 2019

File Format
Name DEFLATE
Ontology
PRONOM x-cmp/16
Released ~1991

Deflate (stylized as DEFLATE, Deflate, or deflate) is a widely used lossless compression algorithm based on LZ77 and Huffman coding.

It was originally developed for use in PKZIP 2.x. For many software implementations that support creation or extraction of ZIP archive files, DEFLATE is the only compression algorithm supported.

There is a popular extension of Deflate known as zlib format, and the term "Deflate" often turns out to mean zlib. Formats that use Deflate without zlib include ZIP and gzip.

The term Inflate is sometimes used in conjunction with decompressing this format.

See also

Software

  • Refer to zlib#Software. Libraries that support zlib often also support the original Deflate format.

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox