RGB to G4 Converter

Switch from RGB to G4 format online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Works Everywhere

Desktop, tablet, or phone — the converter runs on any device with a web browser. No platform restrictions for RGB to G4 conversion.

Batch Uploads

Queue multiple RGB inputs and convert them all to G4 in one session. Batch processing saves time when you have many files to handle.

Reliable Output

RGB data is accurately transformed into well-formed G4 output. The conversion engine handles the format differences automatically.

How to convert RGB to G4

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose g4 or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your g4 file right afterwards

About formats

RGB is a raw (headerless) image format that stores pixel data as a flat sequence of red, green, and blue sample values with no container structure, compression, or metadata. Each pixel is represented by three consecutive bytes (in 8-bit mode) — one for red intensity, one for green, and one for blue — written in scanline order from the top-left corner of the image to the bottom-right. Because there is no header, the image dimensions and bit depth must be specified externally when reading the file. The format supports multiple bit depths: 8-bit (0-255 per channel), 16-bit (0-65535 per channel), and floating-point variants, with 8-bit being the most common. The RGB color model itself reflects how display hardware produces color — by mixing red, green, and blue light at varying intensities — and raw RGB files represent this model in its most direct digital form. With 8-bit channels, three bytes per pixel yield a 24-bit color palette capable of representing 16,777,216 distinct colors. One advantage is zero-overhead processing: without headers or compression to parse, raw RGB data can be memory-mapped, fed directly into GPU textures, or piped between processing stages with minimal latency — valuable in real-time imaging, scientific instrumentation, and computer vision pipelines where every millisecond matters. The format's universal simplicity provides another practical strength — any programming language can read or write raw pixel data with just basic file I/O, making it a reliable interchange format between custom software that may not share support for structured image containers. Raw RGB files are handled by ImageMagick, FFmpeg, and various scientific and graphics tools.
Initial release: 1990
G4 is a monochrome image format based on the ITU-T Group 4 facsimile coding standard (Recommendation T.6), ratified by the CCITT in 1984 as an improvement over Group 3 for use on error-free digital networks like ISDN rather than analog telephone lines. G4 files contain 1-bit image data compressed using exclusively two-dimensional Modified Modified READ (MMR) coding, where each scanline is encoded as a set of differences (changing elements) relative to the line above it. By eliminating the one-dimensional coding fallback and the end-of-line synchronization markers required by Group 3, G4 achieves 20-50% better compression ratios on typical document pages while producing a simpler, more regular bitstream. The format is most commonly encountered as a compression method within TIFF files (TIFF compression tag 4), where it became the standard archival format for scanned documents in enterprise document management, government records, and legal imaging systems. G4 compression is specified at 200, 300, or 400 dpi depending on the scanning application, with 300 dpi being the most common for archival-quality document imaging. One advantage is exceptional compression efficiency for document content: G4's two-dimensional prediction exploits the strong vertical correlation in text and line art pages, typically compressing a 300 dpi letter-size page to 30-50 KB — roughly half the size of equivalent Group 3 encoding. The format's entrenchment in document management infrastructure is another strength — G4 TIFF is the mandated format for many government digital records systems, court filing systems, and corporate archives, supported by every enterprise imaging platform.
Developer: ITU-T (CCITT)
Initial release: 1984

Frequently Asked Questions

Why convert RGB to G4?

Without headers or metadata, RGB data requires specific dimensions to interpret. G4 embeds this info automatically for hassle-free viewing.

What programs open G4 files?

G4 files can be opened in fax viewers, IrfanView, XnView, and document management software.

Does this work on Mac and Linux?

Convertio is entirely browser-based, so it works on macOS, Linux, Windows, and even mobile platforms without any software installation.

Is RGB to G4 conversion lossless?

The pixel data from your RGB source is mapped faithfully to G4. Whether the result is lossless depends on the G4 format's compression method.

What makes G4 a good target format?

G4 offers fax compression, monochrome, document archival. It gives your raw RGB data a proper structure that any image viewer or editor can handle.