Compression

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Specific file formats/programs: Add EBZ)
(Relocated various, yet known stream compressors, by their file extensions into Stream compression formats section. Indicate that stream compressors are not specific to tar.)
Line 7: Line 7:
 
== Stream compression formats ==
 
== Stream compression formats ==
  
A stream format takes a stream of bytes, and outputs a different, hopefully smaller, stream of bytes. These compression formats are often used internally in other data structures to compress data, as well as in network protocols, such as http. Used stand-alone, a stream compression format does not offer archiving capability, however in the UNIX doctrine, an archiver like [[tar]] can be combined with an archive format to produce a proper compressed archive.
+
A stream format takes a stream of bytes, and outputs a different, hopefully smaller, stream of bytes. These compression formats are often used internally in other data structures to compress data, as well as in network protocols, such as http. Used stand-alone, a stream compression format does not offer archiving capability, however in the UNIX doctrine, an archiver like [[tar]] or the more archaic variant [[shar]] can be combined with an archive format to produce a proper compressed archive.
 +
 
 +
* [[gzip]] (.gz)
 +
* [[bzip2]] (.bz2)
 +
* [[LZMA Alone|LZMA_Alone]] (.lzma)
 +
* [[pack (Unix)]] (.z)
 +
* [[XZ]] (.xz)
 +
* [[Zstandard]] (.zstd)
  
 
== Compression algorithms and compressed data formats ==
 
== Compression algorithms and compressed data formats ==
Line 52: Line 59:
 
* [[Snappy]] (Google-created compression also used by Apple in iWork formats)
 
* [[Snappy]] (Google-created compression also used by Apple in iWork formats)
 
* [[zlib]]
 
* [[zlib]]
* [[Zstandard]] (Zstd)
 
 
** [[Zstandard dictionary]]
 
** [[Zstandard dictionary]]
  
Line 71: Line 77:
 
* [[BWTC32Key]] (.B3K)
 
* [[BWTC32Key]] (.B3K)
 
* [[bzip]] (.bz)
 
* [[bzip]] (.bz)
* [[bzip2]] (.bz2)
 
 
* [[BZip3]] (.bz3)
 
* [[BZip3]] (.bz3)
 
* [[CAZIP]]
 
* [[CAZIP]]
Line 95: Line 100:
 
* [[FlySpeed st/exp]]
 
* [[FlySpeed st/exp]]
 
* [[Freeze/Melt]] (Unix) (.F)
 
* [[Freeze/Melt]] (Unix) (.F)
* [[gzip]] (.gz)
 
 
* [[Hammer (compression)|Hammer]]
 
* [[Hammer (compression)|Hammer]]
 
* [[HAP]] (v2.x)
 
* [[HAP]] (v2.x)
Line 111: Line 115:
 
* [[LZHUF]]
 
* [[LZHUF]]
 
* [[Lzip]] (.lz)
 
* [[Lzip]] (.lz)
* [[LZMA Alone|LZMA_Alone]] (.lzma)
 
 
* [[lzop]] (.lzo)
 
* [[lzop]] (.lzo)
 
* [[LZS221]]
 
* [[LZS221]]
Line 128: Line 131:
 
* [[NRV (Not Really Vanished)]]
 
* [[NRV (Not Really Vanished)]]
 
* [[Oodle Data Compression]]
 
* [[Oodle Data Compression]]
* [[pack (Unix)]] (.z)
 
 
* [[PGNPack]]
 
* [[PGNPack]]
 
* [[PowerPacker]] (.pp)
 
* [[PowerPacker]] (.pp)
Line 165: Line 167:
 
* [[WWPACK]]
 
* [[WWPACK]]
 
* [[XPK]]
 
* [[XPK]]
* [[XZ]] (.xz)
 
 
* [[Yaz0]]
 
* [[Yaz0]]
 
* [[zchunk]]
 
* [[zchunk]]

Revision as of 09:29, 9 August 2025

File Format
Name Compression
Ontology

{{{caption}}}

Contents

Stream compression formats

A stream format takes a stream of bytes, and outputs a different, hopefully smaller, stream of bytes. These compression formats are often used internally in other data structures to compress data, as well as in network protocols, such as http. Used stand-alone, a stream compression format does not offer archiving capability, however in the UNIX doctrine, an archiver like tar or the more archaic variant shar can be combined with an archive format to produce a proper compressed archive.

Compression algorithms and compressed data formats

(excluding formats usually used as file formats)

Graphics compression

See Graphics#Compression for compression formats used primarily with graphics.

Specific file formats/programs

(multi-file compressors are in Archiving)

Transparent file compression

(A mostly-obsolete technique in which a background process hooks into the OS and decompresses files transparently when they are read. Compression might be done manually. The line between this and Disk compression can be blurry.)

Disk compression

(Transparent disk compression software and the like, excluding filesystem formats.)

For filesystem formats that feature compression, see Filesystem (especially Filesystem#Compressed filesystems).

Executable compression

See Executable compression.

See also

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox