Inheritance diagram for DzLayeredImageExporter:

Methods | |
| DzError | saveLayeredImage (String filename, DzLayeredImage image, DzFileIOSettings options) |
| DzError | saveLayeredImage (String filename, DzLayeredImage image) |
| DzError DzLayeredImageExporter::saveLayeredImage | ( | String | filename, | |
| DzLayeredImage | image, | |||
| DzFileIOSettings | options | |||
| ) |
Saves a layered image to file.
| filename | The full path of the file to save the image to. | |
| image | The layered image to save. | |
| options | The options for the export operation. |
| DzError DzLayeredImageExporter::saveLayeredImage | ( | String | filename, | |
| DzLayeredImage | image | |||
| ) |
Saves a layered image to file.
| filename | The full path of the file to save the image to. | |
| image | The layered image to save. |