FileReader

FileReader
Scaleform::Render::PNG::FileReader
Declaration
class FileReader : public ImageFileReader_Mixin<FileReader>;
Description

FileReader provides file format detection for PNG and its data loading.

Methods
Method 
Description 
Reads header and creates a PNG input object. 
Returns the format of the image file. 
Detects whether the file data in the provided header matches the PNG image format. 
Reads PNG image file and creates an ImageSource object from which the PNG data can be decoded. 
File

PNG_ImageFile.h