![]() |
Blamite Game Engine - Strings
00395.07.24.23.0009.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Utilities relating to working with images. More...
Functions | |
| STRINGS_API bool | LoadImageFromFile (std::string file_path, SailPixelFormat pixel_format, void **address, int *data_size, int *bytes_per_line=nullptr, int *size_x=nullptr, int *size_y=nullptr) |
Utilities relating to working with images.
| bool BlamStrings::Utils::Image::LoadImageFromFile | ( | std::string | file_path, |
| SailPixelFormat | pixel_format, | ||
| void ** | address, | ||
| int * | data_size, | ||
| int * | bytes_per_line = nullptr, |
||
| int * | size_x = nullptr, |
||
| int * | size_y = nullptr |
||
| ) |
Here is the call graph for this function: