main.html
Main Page
|
classes.html
Alphabetical List
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
functions.html
Data Fields
|
globals.html
Globals
dir_000000.html
libexif
exif-tag.c File Reference
#include <config.h>
#include <
exif-tag_8h-source.html
libexif/exif-tag.h
>
#include <
i18n_8h-source.html
libexif/i18n.h
>
#include <stdlib.h>
#include <string.h>
exif-tag_8c-source.html
Go to the source code of this file.
Defines
#define
exif-tag_8c.html#a0
ESL_NNNN
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
#define
exif-tag_8c.html#a1
ESL_OOOO
{ EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
#define
exif-tag_8c.html#a2
ESL_MMMN
{ EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
#define
exif-tag_8c.html#a3
ESL_MMMM
{ EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
#define
exif-tag_8c.html#a4
ESL_OMON
{ EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
#define
exif-tag_8c.html#a5
ESL_NNOO
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
#define
exif-tag_8c.html#a6
ESL_NNMN
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
#define
exif-tag_8c.html#a7
ESL_NNMM
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
#define
exif-tag_8c.html#a8
ESL_NNNM
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY }
#define
exif-tag_8c.html#a9
ESL_NNNO
{ EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL }
#define
exif-tag_8c.html#a10
ESL_GPS
{ ESL_NNNN, ESL_NNNN, ESL_NNNN, ESL_OOOO, ESL_NNNN }
#define
exif-tag_8c.html#a11
RECORDED
Typedefs
typedef const char *(*
exif-tag_8c.html#a18
get_stuff_func
)(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
)
Functions
exif-tag_8h.html#a153
ExifTag
exif-tag_8c.html#a19
exif_tag_table_get_tag
(unsigned int n)
const char *
exif-tag_8c.html#a20
exif_tag_table_get_name
(unsigned int n)
unsigned int
exif-tag_8c.html#a21
exif_tag_table_count
(void)
const char *
exif-tag_8c.html#a22
exif_tag_get_name_in_ifd
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
)
const char *
exif-tag_8c.html#a23
exif_tag_get_title_in_ifd
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
)
const char *
exif-tag_8c.html#a24
exif_tag_get_description_in_ifd
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
)
static const char *
exif-tag_8c.html#a25
exif_tag_get_stuff
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-tag_8c.html#a18
get_stuff_func
func)
const char *
exif-tag_8c.html#a26
exif_tag_get_name
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
)
const char *
exif-tag_8c.html#a27
exif_tag_get_title
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
)
const char *
exif-tag_8c.html#a28
exif_tag_get_description
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
)
exif-tag_8h.html#a153
ExifTag
exif-tag_8c.html#a29
exif_tag_from_name
(const char *
mnote-pentax-tag_8c.html#a1
name
)
exif-tag_8h.html#a154
ExifSupportLevel
exif-tag_8c.html#a30
exif_tag_get_support_level_in_ifd
(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
,
exif-data-type_8h.html#a5
ExifDataType
t)
Variables
struct {
unsigned int
mnote-canon-entry_8c.html#a4
subtag
exif-utils_8h.html#a4
ExifShort
mnote-canon-entry_8c.html#a5
value
char *
mnote-canon-entry_8c.html#a6
name
mnote-canon-tag_8h.html#a0
MnoteCanonTag
mnote-canon-tag_8c.html#a0
tag
const char *
mnote-canon-tag_8c.html#a1
name
const char *
mnote-canon-tag_8c.html#a2
title
const char *
mnote-canon-tag_8c.html#a3
description
exif-data_8h.html#a28
ExifDataOption
exif-data_8c.html#a8
option
const char *
exif-data_8c.html#a9
name
const char *
exif-data_8c.html#a10
description
exif-tag_8h.html#a153
ExifTag
exif-entry_8c.html#a2
tag
const char *
exif-entry_8c.html#a3
strings
[10]
exif-format_8h.html#a14
ExifFormat
exif-format_8c.html#a0
format
const char *
exif-format_8c.html#a1
name
unsigned char
exif-format_8c.html#a2
size
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
const char *
exif-ifd_8c.html#a1
name
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
const char *
exif-log_8c.html#a1
title
const char *
exif-log_8c.html#a2
message
const char *
exif-tag_8c.html#a13
name
const char *
exif-tag_8c.html#a14
title
const char *
exif-tag_8c.html#a15
description
exif-tag_8h.html#a154
ExifSupportLevel
exif-tag_8c.html#a16
esl
[EXIF_IFD_COUNT][4]
exif-format_8h.html#a14
ExifFormat
mnote-olympus-entry_8c.html#a4
fmt
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-olympus-entry_8c.html#a7
elem
[10]
mnote-olympus-tag_8h.html#a0
MnoteOlympusTag
mnote-olympus-tag_8c.html#a0
tag
const char *
mnote-olympus-tag_8c.html#a1
name
const char *
mnote-olympus-tag_8c.html#a2
title
const char *
mnote-olympus-tag_8c.html#a3
description
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-pentax-entry_8c.html#a5
elem
[7]
mnote-pentax-tag_8h.html#a0
MnotePentaxTag
mnote-pentax-tag_8c.html#a0
tag
const char *
mnote-pentax-tag_8c.html#a1
name
const char *
mnote-pentax-tag_8c.html#a2
title
const char *
mnote-pentax-tag_8c.html#a3
description
}
exif-tag_8c.html#a17
ExifTagTable
[]
Define Documentation
#define ESL_GPS   { ESL_NNNN, ESL_NNNN, ESL_NNNN, ESL_OOOO, ESL_NNNN }
Definition at line
exif-tag_8c-source.html#l00039
39
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_MMMM   { EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
Definition at line
exif-tag_8c-source.html#l00032
32
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_MMMN   { EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
Definition at line
exif-tag_8c-source.html#l00031
31
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNMM   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
Definition at line
exif-tag_8c-source.html#l00036
36
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNMN   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
Definition at line
exif-tag_8c-source.html#l00035
35
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNNM   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY }
Definition at line
exif-tag_8c-source.html#l00037
37
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNNN   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
Definition at line
exif-tag_8c-source.html#l00029
29
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNNO   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL }
Definition at line
exif-tag_8c-source.html#l00038
38
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_NNOO   { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
Definition at line
exif-tag_8c-source.html#l00034
34
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_OMON   { EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
Definition at line
exif-tag_8c-source.html#l00033
33
of file
exif-tag_8c-source.html
exif-tag.c
.
#define ESL_OOOO   { EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
Definition at line
exif-tag_8c-source.html#l00030
30
of file
exif-tag_8c-source.html
exif-tag.c
.
#define RECORDED
Value:
((
exif-tag_8c.html#a17
ExifTagTable
[i].esl[
exif-ifd_8c.html#a0
ifd
][
exif-data-type_8h.html#a5a0
EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY
] !=
exif-tag_8h.html#a154a142
EXIF_SUPPORT_LEVEL_NOT_RECORDED
) || \
(
exif-tag_8c.html#a17
ExifTagTable
[i].esl[
exif-ifd_8c.html#a0
ifd
][
exif-data-type_8h.html#a5a1
EXIF_DATA_TYPE_UNCOMPRESSED_PLANAR
] !=
exif-tag_8h.html#a154a142
EXIF_SUPPORT_LEVEL_NOT_RECORDED
) || \
(
exif-tag_8c.html#a17
ExifTagTable
[i].esl[
exif-ifd_8c.html#a0
ifd
][
exif-data-type_8h.html#a5a2
EXIF_DATA_TYPE_UNCOMPRESSED_YCC
] !=
exif-tag_8h.html#a154a142
EXIF_SUPPORT_LEVEL_NOT_RECORDED
) || \
(
exif-tag_8c.html#a17
ExifTagTable
[i].esl[
exif-ifd_8c.html#a0
ifd
][
exif-data-type_8h.html#a5a3
EXIF_DATA_TYPE_COMPRESSED
] !=
exif-tag_8h.html#a154a142
EXIF_SUPPORT_LEVEL_NOT_RECORDED
))
Definition at line
exif-tag_8c-source.html#l00700
700
of file
exif-tag_8c-source.html
exif-tag.c
.
Referenced by
exif-tag_8c-source.html#l00738
exif_tag_get_description_in_ifd()
,
exif-tag_8c-source.html#l00707
exif_tag_get_name_in_ifd()
, and
exif-tag_8c-source.html#l00718
exif_tag_get_title_in_ifd()
.
Typedef Documentation
typedef const char*(*
exif-tag_8c.html#a18
get_stuff_func
)(
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
,
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
)
Definition at line
exif-tag_8c-source.html#l00762
762
of file
exif-tag_8c-source.html
exif-tag.c
.
Function Documentation
exif-tag_8h.html#a153
ExifTag
exif_tag_from_name
(
const char *
name
)
Definition at line
exif-tag_8c-source.html#l00806
806
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c.html#a17
ExifTagTable
.
const char* exif_tag_get_description
(
exif-tag_8h.html#a153
ExifTag
tag
)
Definition at line
exif-tag_8c-source.html#l00798
798
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c-source.html#l00738
exif_tag_get_description_in_ifd()
, and
exif-tag_8c-source.html#l00765
exif_tag_get_stuff()
.
const char* exif_tag_get_description_in_ifd
(
exif-tag_8h.html#a153
ExifTag
tag
,
exif-ifd_8h.html#a7
ExifIfd
ifd
)
Definition at line
exif-tag_8c-source.html#l00738
738
of file
exif-tag_8c-source.html
exif-tag.c
.
References
i18n_8h-source.html#l00047
_
,
i18n_8h-source.html#l00045
bindtextdomain
,
mnote-canon-tag_8c-source.html#l00032
description
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-tag_8c.html#a17
ExifTagTable
, and
exif-tag_8c-source.html#l00700
RECORDED
.
Referenced by
exif-tag_8c-source.html#l00798
exif_tag_get_description()
.
const char* exif_tag_get_name
(
exif-tag_8h.html#a153
ExifTag
tag
)
Definition at line
exif-tag_8c-source.html#l00786
786
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c-source.html#l00707
exif_tag_get_name_in_ifd()
, and
exif-tag_8c-source.html#l00765
exif_tag_get_stuff()
.
Referenced by
exif-content_8c-source.html#l00132
exif_content_add_entry()
,
exif-data_8c-source.html#l00155
exif_data_load_data_entry()
,
exif-entry_8c-source.html#l00334
exif_entry_dump()
, and
exif-entry_8c-source.html#l00156
exif_entry_fix()
.
const char* exif_tag_get_name_in_ifd
(
exif-tag_8h.html#a153
ExifTag
tag
,
exif-ifd_8h.html#a7
ExifIfd
ifd
)
Definition at line
exif-tag_8c-source.html#l00707
707
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-tag_8c.html#a17
ExifTagTable
,
mnote-canon-entry_8c-source.html#l00072
name
, and
exif-tag_8c-source.html#l00700
RECORDED
.
Referenced by
exif-content_8c-source.html#l00234
exif_content_fix()
,
exif-data_8c-source.html#l00304
exif_data_load_data_content()
, and
exif-tag_8c-source.html#l00786
exif_tag_get_name()
.
static const char* exif_tag_get_stuff
(
exif-tag_8h.html#a153
ExifTag
tag
,
exif-tag_8c.html#a18
get_stuff_func
func
)
[static]
Definition at line
exif-tag_8c-source.html#l00765
765
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-ifd_8h.html#a7a0
EXIF_IFD_0
,
exif-ifd_8h.html#a7a1
EXIF_IFD_1
,
exif-ifd_8h.html#a7a2
EXIF_IFD_EXIF
,
exif-ifd_8h.html#a7a3
EXIF_IFD_GPS
, and
exif-ifd_8h.html#a7a4
EXIF_IFD_INTEROPERABILITY
.
Referenced by
exif-tag_8c-source.html#l00798
exif_tag_get_description()
,
exif-tag_8c-source.html#l00786
exif_tag_get_name()
, and
exif-tag_8c-source.html#l00792
exif_tag_get_title()
.
exif-tag_8h.html#a154
ExifSupportLevel
exif_tag_get_support_level_in_ifd
(
exif-tag_8h.html#a153
ExifTag
tag
,
exif-ifd_8h.html#a7
ExifIfd
ifd
,
exif-data-type_8h.html#a5
ExifDataType
t
)
Definition at line
exif-tag_8c-source.html#l00818
818
of file
exif-tag_8c-source.html
exif-tag.c
.
References
mnote-canon-tag_8c-source.html#l00032
description
,
exif-tag_8c-source.html#l00046
esl
,
exif-data-type_8h.html#a5a4
EXIF_DATA_TYPE_COUNT
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-tag_8h.html#a154a142
EXIF_SUPPORT_LEVEL_NOT_RECORDED
,
exif-tag_8h.html#a154a141
EXIF_SUPPORT_LEVEL_UNKNOWN
, and
exif-tag_8c.html#a17
ExifTagTable
.
Referenced by
exif-content_8c-source.html#l00234
exif_content_fix()
.
const char* exif_tag_get_title
(
exif-tag_8h.html#a153
ExifTag
tag
)
Definition at line
exif-tag_8c-source.html#l00792
792
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c-source.html#l00765
exif_tag_get_stuff()
, and
exif-tag_8c-source.html#l00718
exif_tag_get_title_in_ifd()
.
const char* exif_tag_get_title_in_ifd
(
exif-tag_8h.html#a153
ExifTag
tag
,
exif-ifd_8h.html#a7
ExifIfd
ifd
)
Definition at line
exif-tag_8c-source.html#l00718
718
of file
exif-tag_8c-source.html
exif-tag.c
.
References
i18n_8h-source.html#l00047
_
,
i18n_8h-source.html#l00045
bindtextdomain
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-tag_8c.html#a17
ExifTagTable
,
exif-tag_8c-source.html#l00700
RECORDED
, and
mnote-canon-tag_8c-source.html#l00031
title
.
Referenced by
exif-tag_8c-source.html#l00792
exif_tag_get_title()
.
unsigned int exif_tag_table_count
(
void
)
Definition at line
exif-tag_8c-source.html#l00695
695
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c.html#a17
ExifTagTable
.
Referenced by
exif-tag_8c-source.html#l00689
exif_tag_table_get_name()
, and
exif-tag_8c-source.html#l00683
exif_tag_table_get_tag()
.
const char * exif_tag_table_get_name
(
unsigned int
n
)
Definition at line
exif-tag_8c-source.html#l00689
689
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c-source.html#l00695
exif_tag_table_count()
, and
exif-tag_8c.html#a17
ExifTagTable
.
exif-tag_8h.html#a153
ExifTag
exif_tag_table_get_tag
(
unsigned int
n
)
Definition at line
exif-tag_8c-source.html#l00683
683
of file
exif-tag_8c-source.html
exif-tag.c
.
References
exif-tag_8c-source.html#l00695
exif_tag_table_count()
, and
exif-tag_8c.html#a17
ExifTagTable
.
Variable Documentation
const char*
mnote-pentax-tag_8c.html#a3
description
Definition at line
exif-tag_8c-source.html#l00045
45
of file
exif-tag_8c-source.html
exif-tag.c
.
exif-tag_8h.html#a154
ExifSupportLevel
exif-tag_8c.html#a16
esl
[EXIF_IFD_COUNT][4]
Definition at line
exif-tag_8c-source.html#l00046
46
of file
exif-tag_8c-source.html
exif-tag.c
.
Referenced by
exif-tag_8c-source.html#l00818
exif_tag_get_support_level_in_ifd()
.
struct { ... }
exif-tag_8c.html#a17
ExifTagTable
[]
[static]
Referenced by
exif-tag_8c-source.html#l00806
exif_tag_from_name()
,
exif-tag_8c-source.html#l00738
exif_tag_get_description_in_ifd()
,
exif-tag_8c-source.html#l00707
exif_tag_get_name_in_ifd()
,
exif-tag_8c-source.html#l00818
exif_tag_get_support_level_in_ifd()
,
exif-tag_8c-source.html#l00718
exif_tag_get_title_in_ifd()
,
exif-tag_8c-source.html#l00695
exif_tag_table_count()
,
exif-tag_8c-source.html#l00689
exif_tag_table_get_name()
, and
exif-tag_8c-source.html#l00683
exif_tag_table_get_tag()
.
const char*
mnote-pentax-tag_8c.html#a1
name
Definition at line
exif-tag_8c-source.html#l00043
43
of file
exif-tag_8c-source.html
exif-tag.c
.
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
Definition at line
exif-tag_8c-source.html#l00042
42
of file
exif-tag_8c-source.html
exif-tag.c
.
const char*
mnote-pentax-tag_8c.html#a2
title
Definition at line
exif-tag_8c-source.html#l00044
44
of file
exif-tag_8c-source.html
exif-tag.c
.
Generated on Fri Sep 9 16:28:11 2005 for EXIF library (libexif) Internals by
http://www.doxygen.org/index.html
doxygen
1.4.4
