#include <Image.hpp>
|
static std::vector< unsigned char > | loadImage (const char *filename, int &width, int &height, int &channels) |
|
static void | freeImage (std::vector< unsigned char > &imageData) |
|
Definition at line 21 of file Image.hpp.
◆ freeImage()
static void Image::freeImage |
( |
std::vector< unsigned char > & | imageData | ) |
|
|
inlinestatic |
◆ loadImage()
static std::vector< unsigned char > Image::loadImage |
( |
const char * | filename, |
|
|
int & | width, |
|
|
int & | height, |
|
|
int & | channels ) |
|
inlinestatic |
The documentation for this class was generated from the following file: