virtual bool Decode(ImageData* pdest, CopyScanlineFunc copyScanline = CopyScanlineDefault, void* arg = 0) const;
Decode decodes image data, see Image::Decode.
Parameters |
Description |
ImageData* pdest |
Pointer to the destination image, 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. |
Returns true if decoding was successful and false otherwise.