RBGI Tools banner

Custom image tools for render backgrounds and skybox-style previews

MozAluz RBGI Tools

MozAluz RBGI Tools is a Windows desktop toolkit for creating, editing, previewing, and managing .RBGI files. RBGI stands for Render Background Image, a custom image type made for render backgrounds, SkyBox images, OpenGL previews, and future graphics tools.

Version 1.0.0 Pre-compiled build Windows Qt 6 OpenGL Win32 Launcher

New open-source part

.RBGI Format SDK

The .RBGI Format SDK now has its own page on this website. The SDK is the open-source part of the project and contains the format-side code for reading, writing, and understanding real RBGI files. The Viewer and Editor remain official closed-source tools.

🚀

Launcher

A small Win32 launcher that lets you choose between opening the RBGI Viewer, opening the RBGI Editor, opening the program folder, or exiting. It uses the custom RBGI Tools banner and logo to make the package feel like one complete toolset.

🖼️

Viewer

A dedicated .RBGI viewer with Flat, 3D Flat, and Full 3D viewing modes. It can open legacy renamed-PNG .RBGI files and real RBGI v1 files with embedded metadata.

🎨

Editor

A Paint.NET-style basic image editor for making new RBGI files, importing images, drawing on a canvas, editing metadata, and exporting real RBGI v1 files.

🔧

SharedRBGIformat.dll

A shared format library used by both the Viewer and Editor. It keeps the RBGI read/write logic in one place so future tools can use the same format system.

The custom file type

What is an .RBGI file?

.RBGI means Render Background Image. In early versions, an RBGI file could simply be a PNG file renamed to .RBGI. MozAluz RBGI Tools still supports those legacy files, but v1.0.0 also supports a real RBGI v1 container.

A real RBGI v1 file can hold image data and metadata together. That means your render background can describe what it is meant for, what type of image it is, what projection mode it uses, what default viewer mode it should open with, and other notes for tools.

RBGI v1 container idea

Magic:        RBGI
Version:      1
Metadata:     JSON
Image Data:   PNG bytes
Use Case:     Render background / SkyBox
  • Legacy renamed-PNG RBGI support
  • Real RBGI v1 metadata support
  • Designed for render previews and SkyBox workflows
  • Reusable through SharedRBGIformat.dll

Preview and inspect

MozAluz RBGI Viewer

The Viewer is made for opening RBGI files quickly and seeing how they look in multiple render styles. It is useful for checking a render background before using it inside another program, such as a Source BSP viewer, OpenGL tool, or future MozAluz editor feature.

Flat Mode

Displays the image normally, like a standard image viewer.

3D Flat Mode

Draws the image as a flat OpenGL plane that you can rotate to test angle and depth.

Full 3D Mode

Uses the image on a 3D square/cube-style preview for checking SkyBox-like use cases.

File Info Panel

Shows size, format type, version, RBGI mode, and JSON metadata when available.

Create and edit

MozAluz RBGI Image Editor

The Editor is a separate program from the Viewer. It is built to feel more like a real image editor, while still staying simple enough for early RBGI file creation. It can create a blank RBGI image, import normal images, draw on the canvas, edit colors, and export to the real RBGI v1 format.

New RBGI Image

Create a blank canvas with custom size, color, and RBGI metadata.

Brush / Eraser

Paint simple pixels or erase areas on the transparent checkerboard canvas.

Fill Bucket

Fill large areas with a chosen color for fast background creation.

Eyedropper

Pick a color directly from the canvas and use it as the brush color.

Image Adjustments

Apply grayscale, invert, sepia, tint, brightness, contrast, saturation, and shade/posterize changes.

Metadata Editor

Set RBGI name, author, type, projection, tile mode, background color, default view mode, and notes.

Screenshots

How the tools look

These screenshots show the v1.0.0 launcher, viewer, and editor in use.

MozAluz RBGI Launcher screenshot
Launcher Choose Viewer, Editor, program folder, or exit.
MozAluz RBGI Viewer 3D Flat mode screenshot
Viewer 3D Flat mode with the RBGI file info panel open.
MozAluz RBGI Editor metadata dialog screenshot
Editor Paint.NET-style editor layout with the RBGI metadata dialog.
RBGI Tools banner

Download MozAluz RBGI Tools v1.0.0

The release download is the pre-compiled MozAluz RBGI Tools package. It includes the Launcher, Viewer, Editor, and SharedRBGIformat.dll, ready to run after extracting.

Download Pre-compiled Build

Project notes

  1. The website download button points to the GitHub Release build.
  2. The public download is meant to be the compiled app package, not the source package.
  3. Extract the .7z release file before running the launcher.
  4. Start with MozAluz_RBGI_Launcher.exe to choose the Viewer or Editor.
  5. The Qt-based Viewer and Editor need their bundled Qt DLL files in the same release folder.

Future ideas

Possible next updates

01

Real six-sided SkyBox RBGI files with front/back/left/right/top/bottom image slots.

02

More Paint.NET-like tools such as selection, move selected pixels, shapes, gradients, and layers.

03

File association installer support so double-clicking .RBGI opens the Viewer.

04

Use RBGI backgrounds directly inside Source BSP Explorer or other OpenGL render tools.