Scaleform::Render::ImageFileHandler Scaleform::Render::ImageFileReader
class ImageFileReader : public ImageFileHandler;
ImageFileHandler is an image file reader/handler used to read data from a file and create an image.
|
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. | |
|
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. |
Render_ImageFile.h