ImageFileHandlerRegistry::GetWriter

ImageFileHandlerRegistry::GetWriter
ImageFileWriter* GetWriter(ImageFileFormat format);
Description

GetWriter looks up the image file write ImageFileHandler based on the format constant.

Parameters
Parameters 
Description 
ImageFileFormat format 
The type of the image file, ImageFileFormat
Return Value

A pointer to the write ImageFileHandler, ImageFileWriter.