CCITT Group 3
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
+ | |subcat2=Fax formats | ||
|extensions={{ext|g3}} | |extensions={{ext|g3}} | ||
|mimetypes={{mimetype|image/g3fax}} | |mimetypes={{mimetype|image/g3fax}} | ||
Line 22: | Line 23: | ||
== Specifications == | == Specifications == | ||
− | * [ | + | * [https://www.itu.int/rec/T-REC-T.4/en ITU-T Recommendation T.4] |
− | * [ | + | * [https://www.adobe.io/open/standards/TIFF.html Adobe TIFF standards] → TIFF6.pdf, Section 10: Modified Huffman Compression - Defines a slightly simplified form of the 1-d format |
== Software == | == Software == | ||
Line 29: | Line 30: | ||
* [[Netpbm]]: g3topbm, pbmtog3 | * [[Netpbm]]: g3topbm, pbmtog3 | ||
* [[ImageMagick]] (format named "FAX") | * [[ImageMagick]] (format named "FAX") | ||
+ | * [[Farbfeld Utilities]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/faxGroup3}} | ||
== Links == | == Links == |
Latest revision as of 02:56, 28 December 2023
CCITT Group 3 is a lossless compressed data format for bi-level images. It is also known as T4, T.4, Fax3, Group 3, G3, or ITU-T Fax Group 3. It is one of the formats used by fax machines. It is usually embedded in another image file format such as TIFF, but can be stored in a file by itself.
It comes in two main varieties: so-called 1-dimensional and 2-dimensional (though both are used on 2-dimensional images). The 1-dimensional variety uses Modified Huffman (MH) compression, and the 2-dimensional variety uses Modified READ (MR) compression.
Contents |
[edit] Related formats
Many of the formats listed in the Fax formats article use CCITT Group 3 compression.
In a TIFF file, compression codes 2, 3, and 32771 are varieties of CCITT Group 3 compression.
Other formats that can use CCITT Group 3 compression include PDF and SPIFF.
[edit] See also
[edit] Specifications
- ITU-T Recommendation T.4
- Adobe TIFF standards → TIFF6.pdf, Section 10: Modified Huffman Compression - Defines a slightly simplified form of the 1-d format
[edit] Software
- Konvertor
- Netpbm: g3topbm, pbmtog3
- ImageMagick (format named "FAX")
- Farbfeld Utilities
- abydos