AbstractReader::CreateSwfJpeg2HeaderOnly
AbstractReader::CreateSwfJpeg2HeaderOnly
virtual Input* CreateSwfJpeg2HeaderOnly(File* pin) const = 0;
virtual Input* CreateSwfJpeg2HeaderOnly(const UByte* pbuffer, UPInt bufSize) const = 0;
Description
CreateSwfJpeg2HeaderOnly reads SWF JPEG2- style header (separate encoding table followed by image data) and creates JPEG input object. The SWF file format stores JPEG images with the encoding tables separate from the image data.
Parameters
Parameters |
Description |
File* pin |
Pointer to the input stream from which the encoding table is read. |
const UByte* pbuffer |
Pointer to the image data. |
UPInt bufSize |
The size of the buffer which contains the image data. |
Return Value