Inheritance diagram for DzLayeredImageImporter:
Methods | |
DzError | loadLayeredImage (String filename, DzLayeredImage image, DzFileIOSettings options) |
DzError | loadLayeredImage (String filename, DzLayeredImage image) |
DzError DzLayeredImageImporter::loadLayeredImage | ( | String | filename, | |
DzLayeredImage | image, | |||
DzFileIOSettings | options | |||
) |
Loads a layered image from file.
filename | The full path of the file to load the image from. | |
image | The layered image to load the data into. | |
options | The options for the import operation. |
DzError DzLayeredImageImporter::loadLayeredImage | ( | String | filename, | |
DzLayeredImage | image | |||
) |
Loads a layered image from file.
filename | The full path of the file to load the image from. | |
image | The layered image to load the data into. |