MemoryBufferImage

MemoryBufferImage
Scaleform::Render::ImageBase
    Scaleform::Render::Image
        Scaleform::Render::MemoryBufferImage
Declaration
class MemoryBufferImage : public Render::Image;
Description

MemoryBufferImage is a partial implementation of Image that stores raw file data in a buffer, assuming it can be read through a MemoryFile by its overridden Decode implementation. This file is used by JPEG implementation.

Methods
Method 
Description 
 
Returns the format (ImageFormat) of this image. 
 
Obtains the logical dimensions of the images. 
Decodes the image data. 
Obtains the number of mipmaps for the textures (for DDS textures). 
Initializes MemoryBufferImage with the image contents. 
Returns the current object as a Render::Image pointer. 
Returns the use flag set for the image. 
Obtains the texture pointer from the data, intended for use with a given renderer. 
Sets the format of the image. 
Set the dimensions of the image. 
File

Render_ImageFileUtil.h