ImageFileWriter* GetWriter(ImageFileFormat format);
GetWriter looks up the image file write ImageFileHandler based on the format constant.
|
Parameters |
Description |
|
ImageFileFormat format |
The type of the image file, ImageFileFormat. |
A pointer to the write ImageFileHandler, ImageFileWriter.