Inheritance diagram for DzImageImporter:
Methods | |
String | getDescription () |
String | getExtension (Number i) |
Number | getNumExtensions () |
DzError | loadImage (String filename, Image image, DzFileIOSettings options) |
DzError | loadImage (String filename, Image image) |
Boolean | recognize (String filename) |
String DzImageImporter::getDescription | ( | ) |
Number DzImageImporter::getNumExtensions | ( | ) |
DzError DzImageImporter::loadImage | ( | String | filename, | |
Image | image, | |||
DzFileIOSettings | options | |||
) |
Reads the file.
filename | The name of the file to read. | |
image | Image to read data into. |
Reads the file.
filename | The name of the file to read. | |
image | Image to read data into. |
Test the given filename and file contents to see if this importer can read it.