Inheritance diagram for DzImageExporter:
Methods | |
String | getDescription () |
String | getExtension () |
Boolean | isFileExporter () |
DzError | saveImage (String filename, Image image, DzFileIOSettings options) |
DzError | saveImage (String filename, Image image) |
String DzImageExporter::getDescription | ( | ) |
String DzImageExporter::getExtension | ( | ) |
Boolean DzImageExporter::isFileExporter | ( | ) |
DzError DzImageExporter::saveImage | ( | String | filename, | |
Image | image, | |||
DzFileIOSettings | options | |||
) |
Writes the file.
filename | The name of the file to save the image to. | |
image | Image to save to file. | |
options | The options for the exporter. |
Writes the file.
filename | The name of the file to save the image to. | |
image | Image to save to file. |