Fax Formats



Fax Formats

TIFF

This page, part of the Netpbmuser’sguide(1) , describes FAX formats in relation to Netpbm facilities.

The ITU (formerly CCITT) publishes standards for operation of fax machines (the idea is to provide a way to be sure that a fax machine is able to receive a fax sent by another). These standards incidentally specify graphics file formats -- a protocol for representing a visual image in sequences of bits.

The two relevant standards are called Group 3 (G3) and Group 4 (G4) (Groups 1 and 2 are analog standards no longer in use). Virtually every fax machine in existence conforms at least generally to at least one of these standards.

The standard for Group 3 fax is defined in ITU Recommendation T.4. In the U.S., that is implemented by EIA standards EIA-465 and EIA-466. These standards cover more than the file format as well, including how to transmit bits over a telephone line and procedures for handling document transmissions.

G3 faxes are 204 dots per inch (dpi) horizontally and 98 dpi (196 dpi optionally, in fine-detail mode) vertically.

The standards specify three file formats (also called coding methods and compression schemes -- remember the standard doesn’t mention computer files; it talks about the format of a stream of bits travelling over a telephone line):

MH

This compresses in one dimension: it compresses individual raster lines but makes no attempt to compress redundancy between lines.

One dimensional compression is traditionally the best a fax machine could handle because G3 neither assumes error free transmission not retransmits when errors occur, and receiving fax machines traditionally could not afford to buffer much of a page. It’s important that when there is an error in a raster line, its impact not spread to many lines after it.

All Group 3 and Group 4 fax machines must be able to send and receive MH.

MH is sometimes called ’G3,’ but that is a poor name because while the Group 3 standard does specify MH, it has always specified other formats too.

MH is sometimes called ’T4’ based on the name of the document that specifies it, ITU T.4. But this is a poor name because T.4 also specifies MR.

MR

This compresses in two dimensions, horizontally and vertically.

MR has always been part of the Group 3 standard, but is optional (a Group 3 fax machine may or may not be able to send and receive it).

MMR

This is a more advanced format than the others. It is even more two-dimensional than MR. It is optional in the Group 3 standard, and didn’t even exist in earlier versions of it. It was developed specifically for the Group 4 standard, but then added to an extended Group 3 standard as well.

MMR is sometimes called Group 4, but that is a poor name because of the fact that it is also part of the current Group 3 standard.

MMR is sometimes called ’T6’ based on the name of the document
that specifies it, ITU T.6.

g3topbm converts the MH format to PBM. pbmtog3 converts PBM to MH.

There is no Netpbm program to convert to or from other fax formats.

TIFF

The TIFF format is flexible enough to allow lots of different coding methods, within it. There are TIFF subformats for MH, MR, and MMR, among others. These are particularly useful when you receive a fax as a TIFF file.

tifftopnm recognizes and can convert from any of these.

pamtotiff can convert to any of these; you use command options to choose which.







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.