Skip to content

Images formats

Romain Milbert edited this page Nov 10, 2024 · 5 revisions

Using stb_image, RaZ supports the following image formats:

These formats can currently only be imported, and can be through Raz::ImageFormat::load() given a file path, or Raz::ImageFormat::loadFromData() given a byte array.


Custom loaders were added prior to stb_image's integration and remain available for now:

  • TGA import, usable through Raz::TgaFormat::load()
Clone this wiki locally