• Thumbnail for Gzip
    gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler...
    15 KB (1,383 words) - 10:41, 6 August 2024
  • alternatives like zip, gzip and bzip2. Decompression speed is higher than bzip2, but lower than gzip. Compression can be much slower than gzip, and is slower...
    12 KB (1,195 words) - 17:19, 16 October 2024
  • mod_gzip is an external extension module for the Apache HTTP Server v1 and v2. It allows using the Gzip compression method for a significant reduction...
    5 KB (547 words) - 11:20, 17 August 2023
  • Tar (computing) (redirect from Tar gzip)
    files, as well as utilities commonly used to compress them, such as xz, gzip, and bzip2. The tar command has also been ported to the IBM i operating system...
    34 KB (3,747 words) - 00:32, 19 October 2024
  • not covered by patents. This led to its widespread use – for example, in gzip compressed files and PNG image files, in addition to the ZIP file format...
    28 KB (3,114 words) - 16:28, 18 July 2024
  • successor to gzip, it is supported by all major web browsers and has become increasingly popular, as it provides better compression than gzip.[citation needed]...
    16 KB (1,632 words) - 17:21, 16 October 2024
  • Thumbnail for Zlib
    and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program. zlib is also a crucial component of many software...
    13 KB (1,289 words) - 05:11, 13 August 2024
  • compression program based on the LZW compression algorithm. Compared to gzip's fastest setting, compress is slightly slower at compression, slightly faster...
    11 KB (1,241 words) - 18:28, 16 October 2024
  • Thumbnail for VRML
    text and generally compress well using gzip, useful for transferring over the Internet more quickly (some gzip compressed files use the .wrz extension)...
    16 KB (1,660 words) - 15:50, 5 April 2024
  • Thumbnail for HTTP compression
    download uncompressed data. The most common compression schemes include gzip and Brotli; a full list of available schemes is maintained by the IANA. There...
    17 KB (1,820 words) - 15:15, 21 August 2024
  • Thumbnail for 7-Zip
    non-compression archive formats (both for packing and unpacking), including ZIP, gzip, bzip2, xz, tar, and WIM. The utility also supports unpacking APM, ar, ARJ...
    22 KB (2,168 words) - 19:37, 16 October 2024
  • For example, one can create a pipe and set up gzip to compress things piped to it: mkfifo my_pipe gzip -9 -c < my_pipe > out.gz & In a separate process...
    7 KB (877 words) - 12:27, 5 August 2024
  • remain on the project's GitHub page. The original version of Squashfs used gzip compression, although Linux kernel 2.6.34 added support for LZMA and LZO...
    8 KB (634 words) - 08:53, 16 September 2024
  • Thumbnail for Mark Adler
    co-author together with Jean-loup Gailly of the zlib compression library and gzip. He has contributed to Info-ZIP, and has participated in developing the Portable...
    8 KB (723 words) - 10:54, 20 September 2024
  • Huffman coding. Deflate is found in several file formats including ZIP, gzip, PNG and PDF. 7-Zip contains a from-scratch DEFLATE encoder that frequently...
    11 KB (1,244 words) - 04:06, 24 August 2024
  • to Debian 0.93, a package consisted of a file header and two concatenated gzip archives. Since Debian 0.93, a deb package is implemented as an ar archive...
    16 KB (1,326 words) - 12:08, 5 September 2024
  • Jean-Loup Gailly (born 1956) is a French computer scientist and an author of gzip. He wrote the compression code of the portable archiver of the Info-ZIP and...
    1 KB (138 words) - 23:32, 30 July 2024
  • compressors. Users of the Unix tools use additional compression tools, such as gzip, bzip2, or xz, to compress the archive file after packing or remove compression...
    4 KB (567 words) - 04:55, 19 September 2024
  • ALZ formats. Traditionally, tar, cpio, or pax calls the external programs gzip and bzip2 to perform compression; these external programs usually come with...
    63 KB (1,935 words) - 23:09, 26 August 2024
  • include functionality to do this automatically Per-file compression with gzip, bzip2, lzo, xz, lzma (as opposed to compressing the whole archive). An individual...
    48 KB (1,132 words) - 00:19, 18 September 2024
  • Thumbnail for Vmlinux
    when creating a bootable kernel image, the kernel is also compressed using gzip, or, since Linux 2.6.30, using LZMA or bzip2, which requires a very small...
    8 KB (830 words) - 08:48, 6 May 2024
  • applications. For example, it is used in the ZIP file format and in the GNU tool gzip. It is also often used as a component within lossy data compression technologies...
    34 KB (4,200 words) - 16:43, 8 October 2024
  • encoding of ZIP archive comments. Recognition of GZIP files with arbitrary preceding data as an actual GZIP archive. 5.70 (2019-02): removes support for ACE...
    31 KB (3,058 words) - 20:38, 13 October 2024
  • 15 March 2015. Deutsch, L. Peter (May 1996). "Member header and trailer". GZIP file format specification version 4.3. p. 6. doi:10.17487/RFC1952. RFC 1952...
    69 KB (1,381 words) - 15:24, 16 October 2024
  • compared to classic dictionary compression (such as the one used in zip and gzip formats), the dictionary sizes can be and usually are much larger, taking...
    31 KB (3,619 words) - 04:31, 24 August 2024
  • Thumbnail for Apache HTTP Server
    compression methods on Apache include the external extension module, mod_gzip, implemented to help with reduction of the size (weight) of web pages served...
    38 KB (3,174 words) - 17:11, 8 October 2024
  • distinction: Compressing individual files and then archiving would be a tar of gzip-compressed files – this is very uncommon. Archiving various uncompressed...
    6 KB (547 words) - 14:18, 11 July 2024
  • for both web and print applications. SVG images can be compressed with the gzip algorithm, resulting in SVGZ files that are typically 20–50% smaller than...
    62 KB (6,100 words) - 08:34, 7 October 2024
  • Thumbnail for PDF
    on the deflate algorithm defined in RFC 1951 (deflate is also used in the gzip, PNG, and zip file formats among others); introduced in PDF 1.2; it can use...
    85 KB (9,381 words) - 01:50, 18 October 2024
  • Thumbnail for HTTP
    "Content-Encoding: gzip" can be used to inform the client that the body entity part of the transmitted data is compressed by gzip algorithm. The most...
    61 KB (7,776 words) - 05:15, 11 October 2024