Compounds | |
class | image::image_t |
A 2D image. More... | |
Functions | |
image_t * | load (const std::string &filename) |
Loads the image from the file filename. More... | |
image_t * | load (std::istream &stream) |
Loads the image from the stream filename. More... |
Contains all methods and objects to load, write and manipulate images.
|
Loads the image from the
Definition at line 35 of file image_loader.cpp. |
|
Loads the image from the file filename. Can load the following image formats:
Definition at line 15 of file image_loader.cpp. Referenced by gl::texture::load. |