Encyclopedia > Data compression Deflation

  Article Content

DEFLATE

Redirected from Data compression/Deflation

DEFLATE is a lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. It was originally defined by Phil Katz for version 2 of his PKZIP archiving tool, and was later specified in RFC 1951.

Unlike LZW, DEFLATE is free of any patents, and this has led to its use in gzip compressed files and PNG image files, in addition to the zip format for which it was originally designed.

Source code for DEFLATE compression and decompression can be found in zlib, the freely-available, general-purpose compression library.

External Links



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Wheatley Heights, New York

... The average household size is 3.42 and the average family size is 3.67. In the town the population is spread out with 30.3% under the age of 18, 8.1% from 18 to 24, ...

 
 
 
This page was created in 57.2 ms