TGA image handling.
#include <srl_tga.hpp>
Classes | |
| struct | LoaderSettings |
| Settings for TGA loader. More... | |
Public Member Functions | |
| TGA (Cd::File *data, TGA::LoaderSettings settings=TGA::LoaderSettings()) | |
| Construct RGB555 TGA image from file. | |
| TGA (const char *filename, TGA::LoaderSettings settings=TGA::LoaderSettings()) | |
| Construct RGB555 TGA image from file. | |
| ~TGA () | |
| Destroy the TGA image. | |
| uint8_t * | GetData () override |
| Get image data. | |
| BitmapInfo | GetInfo () override |
| Get image info. | |