ImageFileHandlerRegistry

ImageFileHandlerRegistry
Scaleform::Render::ImageFileHandlerRegistry
Declaration
class ImageFileHandlerRegistry;
Description

ImageFileHandlerRegistry maintains a list of ImageFileHandlers, which can be used to automatically detect file formats and load image files. The image file registry needs to be initialized with handlers before use, either through the constructor or through the AddHandler function.

Methods
Method 
Description 
Adds an ImageFileHandler to the registry. 
Detects image file format and returns its type. 
Looks up the image file read ImageFileHandler based on the format constant. 
Looks up the image file write ImageFileHandler based on the format constant. 
Initializes ImageFileHandlerRegistry with the image file handlers. 
Attempts to read an image by first detecting its format and then using the appropriate image file handler. 
Reads from a file created based on the filename. 
File

Render_ImageFile.h