HRZ to XBM Converter

Turn HRZ images into XBM format with ease online

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

Format Flexibility

HRZ to XBM conversion opens new possibilities. Use your SSTV images in contexts where XBM is the expected or required format.

Format Bridge

Go from specialized HRZ (amateur radio slow-scan television) to universally supported XBM — making your data accessible to anyone without niche software.

Cloud-Powered

All HRZ to XBM processing runs on remote servers. Your device stays unburdened — no CPU drain, no storage consumed during conversion.

How to convert HRZ to XBM

1

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

2

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

3

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

About formats

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
XBM (X BitMap) is a monochrome (1-bit) image format defined as part of the X Window System, originating at MIT around 1987. XBM files are unique among image formats in being valid C source code: each file defines the image as a static array of unsigned char values containing the packed pixel data, preceded by #define statements specifying the image width, height, and optional hot-spot coordinates (for cursor images). The pixel data is stored in hexadecimal byte values within curly braces, with each bit representing one pixel (1 = foreground, 0 = background) and bits ordered LSB-first within each byte. This design was intentional — XBM images could be #included directly into X Window application source code and compiled into the binary, eliminating the need for external file loading and runtime format parsing. The format was used throughout the X11 ecosystem for cursor shapes, window icons, toolbar buttons, and other small UI elements. One advantage is the source-code nature of the format: XBM files can be edited with a text editor, diff'd and merged in version control, generated by shell scripts, and compiled directly into C programs without any image loading library — a level of toolchain integration that no binary image format can match. The format's role as part of the X Window standard ensures it is understood by every X11-aware toolkit and application. While limited to monochrome and no compression, XBM's simplicity makes it an excellent teaching format for understanding bitmap representations. XBM files are supported by all X11 applications, ImageMagick, GIMP, web browsers (as a legacy web format), and programming environments.
Developer: MIT X Consortium
Initial release: 1987

Frequently Asked Questions

Why convert HRZ to XBM?

C source code bitmap for x window system — converting HRZ to XBM gives your SSTV images broader reach and easier sharing across standard platforms.

What programs open XBM?

Open XBM with standard tools like Windows Photos, Preview on macOS, GIMP, Photoshop, or any web browser — no special software needed.

Will my image lose quality?

Quality depends on the target format. XBM monochrome output preserves data within its format constraints — no unnecessary degradation occurs.

Is the conversion instant?

Near-instant for typical images — the cloud-based processing handles HRZ to XBM conversion quickly. Very large data may take a moment.

Is batch HRZ to XBM conversion supported?

Absolutely — queue multiple HRZ images and convert them all to XBM in a single session. No need to process one at a time.

What is the HRZ format?

HRZ is used in amateur radio slow-scan television. It stores radio-transmitted images and ham radio communication — converting to XBM makes this data universally accessible.