![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | IPTCInfo_t |
struct | ExifInfo_t |
Macros | |
#define | EXIF_EXPORT |
#define | M_SOF0 0xC0 |
#define | M_SOF1 0xC1 |
#define | M_SOF2 0xC2 |
#define | M_SOF3 0xC3 |
#define | M_SOF5 0xC5 |
#define | M_SOF6 0xC6 |
#define | M_SOF7 0xC7 |
#define | M_SOF9 0xC9 |
#define | M_SOF10 0xCA |
#define | M_SOF11 0xCB |
#define | M_SOF13 0xCD |
#define | M_SOF14 0xCE |
#define | M_SOF15 0xCF |
#define | M_SOI 0xD8 |
#define | M_EOI 0xD9 |
#define | M_SOS 0xDA |
#define | M_JFIF 0xE0 |
#define | M_EXIF 0xE1 |
#define | M_COM 0xFE |
#define | M_DQT 0xDB |
#define | M_DHT 0xC4 |
#define | M_DRI 0xDD |
#define | M_IPTC 0xED |
#define | MAX_IPTC_STRING 256 |
#define | EXIF_COMMENT_CHARSET_CONVERTED -1 |
#define | EXIF_COMMENT_CHARSET_UNKNOWN 0 |
#define | EXIF_COMMENT_CHARSET_ASCII 2 |
#define | EXIF_COMMENT_CHARSET_UNICODE 3 |
#define | EXIF_COMMENT_CHARSET_JIS 4 |
#define | MAX_COMMENT 2000 |
#define | MAX_DATE_COPIES 10 |
Functions | |
EXIF_EXPORT bool | process_jpeg (const char *filename, ExifInfo_t *exifInfo, IPTCInfo_t *iptcInfo) |
#define EXIF_COMMENT_CHARSET_ASCII 2 |
#define EXIF_COMMENT_CHARSET_CONVERTED -1 |
#define EXIF_COMMENT_CHARSET_JIS 4 |
#define EXIF_COMMENT_CHARSET_UNICODE 3 |
#define EXIF_COMMENT_CHARSET_UNKNOWN 0 |
#define EXIF_EXPORT |
#define M_COM 0xFE |
#define M_DHT 0xC4 |
#define M_DQT 0xDB |
#define M_DRI 0xDD |
#define M_EOI 0xD9 |
#define M_EXIF 0xE1 |
#define M_IPTC 0xED |
#define M_JFIF 0xE0 |
#define M_SOF0 0xC0 |
#define M_SOF1 0xC1 |
#define M_SOF10 0xCA |
#define M_SOF11 0xCB |
#define M_SOF13 0xCD |
#define M_SOF14 0xCE |
#define M_SOF15 0xCF |
#define M_SOF2 0xC2 |
#define M_SOF3 0xC3 |
#define M_SOF5 0xC5 |
#define M_SOF6 0xC6 |
#define M_SOF7 0xC7 |
#define M_SOF9 0xC9 |
#define M_SOI 0xD8 |
#define M_SOS 0xDA |
#define MAX_COMMENT 2000 |
#define MAX_DATE_COPIES 10 |
#define MAX_IPTC_STRING 256 |
EXIF_EXPORT bool process_jpeg | ( | const char * | filename, |
ExifInfo_t * | exifInfo, | ||
IPTCInfo_t * | iptcInfo | ||
) |