virtual bool Decode(ImageData* pdest, CopyScanlineFunc csf = CopyScanlineDefault, void* arg = 0) const;
Decode decodes image into the destination ImageData, potentially converting data a scan-line at a time.
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. |
Returns true if decoding was successful and false otherwise.