RGBO to HRZ Converter

Transform RGBO into HRZ images quickly online

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

Reliable Output

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

Visual Fidelity

The RGBO to HRZ conversion retains your image content faithfully — colors, details, and dimensions come through intact.

Easy to Use

Converting RGBO to HRZ takes just a few clicks. The clean interface guides you through uploading, choosing output, and downloading.

How to convert RGBO to HRZ

1

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

2

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

3

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

About formats

RGBO is a raw pixel data format designation used by ImageMagick, the open-source image processing suite first released in 1990, representing images as a flat sequence of Red, Green, Blue, and Opacity (inverted alpha) sample values with no header, container, or compression. The RGBO channel ordering specifies that the fourth channel is opacity rather than alpha — where alpha represents transparency (0 = transparent, max = opaque), opacity represents the inverse (0 = opaque, max = transparent). This distinction matters in compositing pipelines where the mathematical convention for the fourth channel varies between systems: some compositing models work with alpha (transparency), while older conventions including portions of ImageMagick's internal processing historically used opacity. RGBO files contain raw sample data at a user-specified bit depth (8-bit, 16-bit, or floating-point per channel), with pixels stored in scanline order. Because there is no header, the image dimensions, bit depth, and endianness must be specified externally when reading the file — typically via ImageMagick command-line arguments. One advantage is direct compatibility with processing pipelines that use the opacity convention: RGBO eliminates the need for channel inversion when interfacing with systems that expect opacity rather than alpha, preventing subtle compositing errors that occur when transparency conventions are mixed. The format's raw-data nature provides another practical benefit — with no encoding overhead, RGBO data can be memory-mapped, processed with SIMD instructions, or piped between processes with minimal latency. RGBO is primarily used within ImageMagick processing chains and can be converted to any other format using ImageMagick's extensive format support.
Initial release: 1990
HRZ is a simple raster image format associated with slow-scan television (SSTV), a method of transmitting still images over radio frequencies used by amateur radio operators since the late 1950s when Copthorne Macdonald pioneered the technology. HRZ files store images at a fixed resolution of 256x240 pixels in raw RGB format, with each pixel represented as three bytes (red, green, blue) at 8 bits per channel, producing uncompressed files of exactly 184,320 bytes. The format has no header, no metadata, and no compression — the file is simply a sequential dump of raw pixel data in row-major order. This extreme simplicity reflects the format's origins in the amateur radio community, where SSTV images are transmitted as audio tones encoding luminance and chrominance values over narrow-bandwidth HF (shortwave) radio channels. The fixed 256x240 resolution corresponds to common SSTV transmission modes, and HRZ files serve as the digital capture or storage medium for received SSTV transmissions. One advantage is the format's zero-overhead structure: with no parsing, decompression, or metadata processing required, HRZ files can be read by any program capable of reading raw pixel data with known dimensions — a single function call in virtually any programming language. The format's connection to amateur radio SSTV culture is another notable aspect: HRZ files document a unique form of image communication where operators transmit photographs over thousands of miles using nothing but radio waves and audio encoding, a practice that continues today alongside digital modes. HRZ files can be opened by ImageMagick, GIMP, and specialized SSTV software.
Developer: SSTV Community
Initial release: 1985

Frequently Asked Questions

Why convert RGBO to HRZ?

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

What programs open HRZ files?

HRZ files can be opened in SSTV decoding software, amateur radio applications, and specialized viewers like MMSSTV.

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.

Will my image quality survive the conversion?

Your original RGBO pixel data is converted accurately to HRZ. The output quality matches what the HRZ format supports — no unnecessary degradation.

What makes HRZ a good target format?

HRZ offers amateur radio format, fixed resolution, SSTV standard. It gives your raw RGBO data a proper structure that any image viewer or editor can handle.