Skip to content

FileFormats RSBImage

Philip Edwards edited this page Mar 7, 2020 · 1 revision

Status: Complete

Supported Versions: 0, 1, 2

RSB is a bitmap image format for textures with 256 colours, or 16-32 bit colors. Much of the format is documented here RSB File Format. Minor differences may appear in my converters.

By default my scripts will read in Image.RSB and output Image.PNG, and if a palette version exists, Image-256.PNG

Notes:

  • The palette versions of the image seem to have alpha values of mostly 0, so during conversion those images have their alpha channel converted to 255. Full colour 16-32bit images are unaffected.
  • Many variables from later versions are read, however things like DXT compression are not supported by my scripts, and versions after 2 are not tested
Clone this wiki locally