-
-
Notifications
You must be signed in to change notification settings - Fork 29
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()
- Home
- How to build RaZ
- Getting started
- General usage knowledge
- Some examples...
- Playground
- Tutorials
- File formats
- Modules
- Debug