virtual bool Decode(ImageData* pdest, CopyScanlineFunc func, void* parg) const;
Decode decodes the image data.
|
Parameters |
Description |
|
ImageData* pdest |
Pointer to the destination image, ImageData. |
|
CopyScanlineFunc func |
The scanline copy function used for decoding. |
|
void* parg |
An argument which is passed into the scanline copy function. |
Returns true if decoding was successful and false otherwise.