#include <gfx_image_exif.h>
@MAXON_ANNOTATION{nullimpl=true,dependencies=false}
静态公共成员函数 |
|
static MAXON_METHOD Result < ExifRef > | OpenFromMemory (const Block < const Char > &exifChunk) |
static MAXON_METHOD Result < ExifRef > | OpenJpgFromUrl (const Url &fileName) |
私有成员函数 |
|
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. |