SubImage::Decode

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

Decode decodes image into the destination ImageData, potentially converting data a scan-line at a time.

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

Returns true if decoding was successful and false otherwise.