RB to RGBO Converter

Convert Rocket eBook to RGBO format — free, online

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

Opacity Channel Data

Transform RB pages into RGBO — raw RGB pixel data with an opacity channel for specialized compositing workflows.

Cloud-Powered

All conversion processing runs on Convertio servers. Your device does nothing except upload and download the files.

File Cleanup

Uploaded RB files are removed immediately. RGBO outputs are automatically deleted from servers within 24 hours.

How to convert RB to RGBO

1

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

2

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

3

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

About formats

RB is the native ebook format of the Rocket eBook, one of the first commercially available dedicated e-reading devices, developed by NuvoMedia and released in October 1998. Founded by Martin Eberhard and Marc Tarpenning — who later co-founded Tesla Motors — NuvoMedia designed the Rocket eBook as a handheld device with a reflective LCD screen, capable of storing approximately ten books in its internal memory. The RB format packages HTML-based content along with embedded images, metadata, and a table of contents into a single binary container optimized for the device's limited hardware. Content was purchased and downloaded through NuvoMedia's RocketLibrarian desktop software. A notable advantage of the format was its early support for bookmarking, annotation, dictionary lookups, and adjustable font sizing — features now standard on modern e-readers but revolutionary in the late 1990s. The Rocket eBook demonstrated viable commercial demand for dedicated reading devices, paving the way for subsequent platforms from Sony, Amazon, and others. NuvoMedia was acquired by Gemstar-TV Guide International in 2000, which discontinued the device line in 2003. While RB files are largely a historical curiosity today, they can be converted to modern formats using ebook management tools, and the format remains significant as a pioneering chapter in the evolution of digital reading.
Developer: NuvoMedia
Initial release: 1998
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

Frequently Asked Questions

Why convert RB to RGBO?

RB is a dead format from 1998. RGBO provides raw pixel data with an opacity channel — useful for specific compositing setups.

What reads RGBO files?

ImageMagick is the primary tool for RGBO. Custom image processing scripts that parse raw pixel data also handle this format.

How does RGBO differ from RGBA?

RGBO uses an opacity channel (opaque = max) instead of alpha (transparent = 0). The math is inverted but the data is similar.

Is conversion fast?

Very fast. Raw format encoding has minimal overhead, so Convertio servers complete the job in seconds.

Is this free?

Yes, RB to RGBO is free on Convertio. Premium accounts unlock batch conversion and higher file size limits.