FileReader

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

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

Data Members
Data Member 
Description 
An instance of the DDS FileReader. 
Methods
Method 
Description 
Returns the format of the image file. 
Verifies the specified file to determine whether it is DDS image file. 
Reads DDS image file and creates an ImageSource object from which the DDS data can be decoded. 
File

DDS_ImageFile.h