#include <openglsdlimageloader.hpp>
Inheritance diagram for gcn::OpenGLSDLImageLoader:

Definition at line 72 of file openglsdlimageloader.hpp.
Public Member Functions | |
| virtual Image * | load (const std::string &filename, bool convertToDisplayFormat=true) |
| Loads an image. | |
| virtual Image* gcn::OpenGLSDLImageLoader::load | ( | const std::string & | filename, | |
| bool | convertToDisplayFormat = true | |||
| ) | [inline, virtual] |
Loads an image.
NOTE: The functions Image::getPixel and Image::putPixel are only guaranteed to work before an image has been converted to display format.
| filename | The filename of the image to load. | |
| convertToDisplayFormat | True if the image should be converted to display, false otherwise. |
Reimplemented from gcn::SDLImageLoader.
Definition at line 78 of file openglsdlimageloader.hpp.
References gcn::SDLImageLoader::convertToStandardFormat(), and gcn::SDLImageLoader::loadSDLSurface().
1.5.2