Crazy Eddie's GUI System
0.8.4
|
Image codec based on the FreeImage library. More...
Public Member Functions | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. |
Image codec based on the FreeImage library.
Texture* CEGUI::FreeImageImageCodec::load | ( | const RawDataContainer & | data, |
Texture * | result | ||
) | [virtual] |
Load an image from a memory buffer.
data | the image data |
result | the texture to use for storing the image data |
Implements CEGUI::ImageCodec.