#include <gauge3d/graphics/image.h>
Inherits GAUGE3D::GObject.
Public Methods | |
virtual | ~GImage () |
virtual FormatDesc | Format ()=0 |
Get the image format. | |
virtual GArray<uint8> | Data (int mipmapLevel=0)=0 |
Gets the raw image data in the format given by GetFormat(). More... | |
virtual GArray<uint8> | EncodedData (int mipmapLevel=0)=0 |
Gets the encoded image data. More... |
GImage describes simple images in an abstract way. Plugins that support specific image formats (like GIF or JPEG) are derived from this.
|
Gets the raw image data in the format given by GetFormat().
|
|
Gets the encoded image data.
|