#include <gfx_image_exif.h>
@MAXON_ANNOTATION{nullimpl=true,dependencies=false}
| Static Public Member Functions | |
| static MAXON_METHOD Result< ExifRef > | OpenFromMemory (const Block< const Char > &exifChunk) | 
| static MAXON_METHOD Result< ExifRef > | OpenJpgFromUrl (const Url &fileName) | 
| Private Member Functions | |
| MAXON_INTERFACE_NONVIRTUAL (ExifStaticInterface, MAXON_REFERENCE_NONE, "net.maxon.image.interface.exifstatic") | |
| 
 | private | 
| 
 | static | 
Reads the EXIF data from a memory block.
| [in] | exifChunk | EXIF data from an image file (e.g. jpg). | 
| 
 | static | 
Reads the EXIF data from a JPG file.
| [in] | fileName | File name of the file to read. |