RawImage::Decode

RawImage::Decode
virtual bool Decode(ImageData* pdest, CopyScanlineFunc copyScanline = CopyScanlineDefault, void* arg = 0) const;
Description

Decode decodes image into the destination ImageData, potentially converting data a scanline at a time.

Parameters
Parameters 
Description 
ImageData* pdest 
Pointer to the ImageData
CopyScanlineFunc copyScanline = CopyScanlineDefault 
The scanline copy function type used for decoding. 
void* arg = 0 
An argument which is passed into the scanline copy function. 
Return Value

Returns true if decoding was successful and false otherwise.