ImageFileReader

ImageFileReader
Scaleform::Render::ImageFileHandler
    Scaleform::Render::ImageFileReader
Declaration
class ImageFileReader : public ImageFileHandler;
Description

ImageFileHandler is an image file reader/handler used to read data from a file and create an image.

Methods
Method 
Description 
Determines whether this is a valid image file reader class. 
Detects whether file data in the provided header, or beginning at the current location File pointer, matches the supported file formats. 
Read 
Creates an image by reading data from the file and applying its arguments. 
Reads image file creating ImageSource object from which data can be decoded. 
File

Render_ImageFile.h