Scaleform::Render::JPEG::FileReader
class FileReader : public ImageFileReader_Mixin<FileReader, AbstractReader>;
FileReader provides file format detection for JPEG and its data loading.
Data Member |
Description |
Instance singleton. |
Method |
Description |
Creates a temporary JPEG image. | |
Reads header and creates a JPEG input object. | |
Reads SWF JPEG2 - style header (separate encoding table followed by image data) and creates JPEG input object. | |
CreateMemoryBufferImage creates a MemoryBufferImage for storing jpeg image data in a buffer and reading of the data by Decode function. | |
Verifies the specified file to determine whether it is JPEG image file. | |
Creates a wrapper for initializing and loading jpeg images. | |
Creates a new image and reads JPEG file contents into it. |
JPEG_ImageFile.h