utils

utils

Functions

Types and Values

enum IptcByteOrder
typedef IptcByte
typedef IptcShort
typedef IptcLong
typedef IptcSLong
#define IPTC_TAG_SUBSEC_TIME

Description

Functions

iptc_get_short ()

IptcShort
iptc_get_short (const unsigned char *b,
                IptcByteOrder order);

iptc_get_long ()

IptcLong
iptc_get_long (const unsigned char *b,
               IptcByteOrder order);

iptc_get_slong ()

IptcSLong
iptc_get_slong (const unsigned char *b,
                IptcByteOrder order);

iptc_set_short ()

void
iptc_set_short (unsigned char *b,
                IptcByteOrder order,
                IptcShort value);

iptc_set_long ()

void
iptc_set_long (unsigned char *b,
               IptcByteOrder order,
               IptcLong value);

iptc_set_slong ()

void
iptc_set_slong (unsigned char *b,
                IptcByteOrder order,
                IptcSLong value);

MIN()

#define MIN(a, b)  (((a) < (b)) ? (a) : (b))

Types and Values

enum IptcByteOrder

Members

IPTC_BYTE_ORDER_MOTOROLA

   

IPTC_BYTE_ORDER_INTEL

   

IptcByte


IptcShort


IptcLong


IptcSLong


IPTC_TAG_SUBSEC_TIME

#define IPTC_TAG_SUBSEC_TIME IPTC_TAG_SUB_SEC_TIME