Gzip

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
Line 18: Line 18:
 
* RFC 1952
 
* RFC 1952
 
== Sample files ==
 
== Sample files ==
* https://telparia.com/fileFormatSamples/archive/gz/
+
* {{DexvertSamples|archive/gz}}
  
 
== Software ==
 
== Software ==

Revision as of 05:14, 28 December 2023

File Format
Name gzip
Ontology
Extension(s) .gz
MIME Type(s) application/x-gzip
PRONOM x-fmt/266
Wikidata ID Q10287816

gzip is a compressed file format and command line utility used primarily on Unix-style operating systems, but available cross-platform. It uses DEFLATE compression.

Contents

Identification

gzip files begin with two signature bytes: 0x1F 0x8B. The third byte indicates the compression method, and is normally 0x08 (meaning DEFLATE).

gzip 0.5 apparently used Freeze/Melt 1.x format, with signature bytes 0x1F 0x9E.

Specifications

Sample files

Software

See also DEFLATE#Software.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox