Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
IptcParse.cpp File Reference
#include "IptcParse.h"
#include "ExifParse.h"
#include <string.h>
#include <stdio.h>

Macros

#define min(a, b)   (a)>(b)?(b):(a)
 
#define IPTC_RECORD_VERSION   0x00
 
#define IPTC_SUPLEMENTAL_CATEGORIES   0x14
 
#define IPTC_KEYWORDS   0x19
 
#define IPTC_CAPTION   0x78
 
#define IPTC_AUTHOR   0x7A
 
#define IPTC_HEADLINE   0x69
 
#define IPTC_SPECIAL_INSTRUCTIONS   0x28
 
#define IPTC_CATEGORY   0x0F
 
#define IPTC_BYLINE   0x50
 
#define IPTC_BYLINE_TITLE   0x55
 
#define IPTC_CREDIT   0x6E
 
#define IPTC_SOURCE   0x73
 
#define IPTC_COPYRIGHT_NOTICE   0x74
 
#define IPTC_OBJECT_NAME   0x05
 
#define IPTC_CITY   0x5A
 
#define IPTC_STATE   0x5F
 
#define IPTC_COUNTRY   0x65
 
#define IPTC_TRANSMISSION_REFERENCE   0x67
 
#define IPTC_DATE   0x37
 
#define IPTC_URGENCY   0x0A
 
#define IPTC_COUNTRY_CODE   0x64
 
#define IPTC_REFERENCE_SERVICE   0x2D
 
#define IPTC_TIME_CREATED   0x3C
 
#define IPTC_SUB_LOCATION   0x5C
 
#define IPTC_IMAGE_TYPE   0x82
 

Macro Definition Documentation

◆ IPTC_AUTHOR

#define IPTC_AUTHOR   0x7A

◆ IPTC_BYLINE

#define IPTC_BYLINE   0x50

◆ IPTC_BYLINE_TITLE

#define IPTC_BYLINE_TITLE   0x55

◆ IPTC_CAPTION

#define IPTC_CAPTION   0x78

◆ IPTC_CATEGORY

#define IPTC_CATEGORY   0x0F

◆ IPTC_CITY

#define IPTC_CITY   0x5A

◆ IPTC_COPYRIGHT_NOTICE

#define IPTC_COPYRIGHT_NOTICE   0x74

◆ IPTC_COUNTRY

#define IPTC_COUNTRY   0x65

◆ IPTC_COUNTRY_CODE

#define IPTC_COUNTRY_CODE   0x64

◆ IPTC_CREDIT

#define IPTC_CREDIT   0x6E

◆ IPTC_DATE

#define IPTC_DATE   0x37

◆ IPTC_HEADLINE

#define IPTC_HEADLINE   0x69

◆ IPTC_IMAGE_TYPE

#define IPTC_IMAGE_TYPE   0x82

◆ IPTC_KEYWORDS

#define IPTC_KEYWORDS   0x19

◆ IPTC_OBJECT_NAME

#define IPTC_OBJECT_NAME   0x05

◆ IPTC_RECORD_VERSION

#define IPTC_RECORD_VERSION   0x00

◆ IPTC_REFERENCE_SERVICE

#define IPTC_REFERENCE_SERVICE   0x2D

◆ IPTC_SOURCE

#define IPTC_SOURCE   0x73

◆ IPTC_SPECIAL_INSTRUCTIONS

#define IPTC_SPECIAL_INSTRUCTIONS   0x28

◆ IPTC_STATE

#define IPTC_STATE   0x5F

◆ IPTC_SUB_LOCATION

#define IPTC_SUB_LOCATION   0x5C

◆ IPTC_SUPLEMENTAL_CATEGORIES

#define IPTC_SUPLEMENTAL_CATEGORIES   0x14

◆ IPTC_TIME_CREATED

#define IPTC_TIME_CREATED   0x3C

◆ IPTC_TRANSMISSION_REFERENCE

#define IPTC_TRANSMISSION_REFERENCE   0x67

◆ IPTC_URGENCY

#define IPTC_URGENCY   0x0A

◆ min

#define min ( a,
b )   (a)>(b)?(b):(a)