EXIF library (libexif) Internals
0.6.24
exif-mnote-data-olympus.h
Go to the documentation of this file.
1
/* mnote-olympus-data.h
2
*
3
* Copyright (c) 2002 Lutz Mueller <lutz@users.sourceforge.net>
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU Lesser General Public
7
* License as published by the Free Software Foundation; either
8
* version 2 of the License, or (at your option) any later version.
9
*
10
* This library is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* Lesser General Public License for more details.
14
*
15
* You should have received a copy of the GNU Lesser General Public
16
* License along with this library; if not, write to the
17
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18
* Boston, MA 02110-1301 USA.
19
*/
20
21
#ifndef LIBEXIF_EXIF_MNOTE_DATA_OLYMPUS_H
22
#define LIBEXIF_EXIF_MNOTE_DATA_OLYMPUS_H
23
24
#include <
libexif/exif-mnote-data-priv.h
>
25
#include <
libexif/olympus/mnote-olympus-entry.h
>
26
#include <
libexif/exif-byte-order.h
>
27
#include <
libexif/exif-data.h
>
28
#include <
libexif/exif-mem.h
>
29
30
enum
OlympusVersion
{
31
unrecognized
= 0,
32
nikonV1
= 1,
33
nikonV2
= 2,
34
olympusV1
= 3,
35
olympusV2
= 4,
36
sanyoV1
= 5,
37
epsonV1
= 6,
38
nikonV0
= 7
39
};
40
41
42
typedef
struct
_ExifMnoteDataOlympus
ExifMnoteDataOlympus
;
43
44
struct
_ExifMnoteDataOlympus
{
45
ExifMnoteData
parent
;
46
47
MnoteOlympusEntry
*
entries
;
48
unsigned
int
count
;
49
50
ExifByteOrder
order
;
51
unsigned
int
offset
;
52
enum
OlympusVersion
version
;
53
};
54
63
int
exif_mnote_data_olympus_identify
(
const
ExifData
*ed,
const
ExifEntry
*e);
64
65
ExifMnoteData
*
exif_mnote_data_olympus_new
(
ExifMem
*);
66
67
#endif
/* !defined(LIBEXIF_EXIF_MNOTE_DATA_OLYMPUS_H) */
exif-byte-order.h
Defines the ExifByteOrder enum and the associated functions.
ExifByteOrder
ExifByteOrder
Which byte order to use.
Definition:
exif-byte-order.h:31
exif-data.h
Defines the ExifData type and the associated functions.
exif-mem.h
Define the ExifMem data type and the associated functions.
OlympusVersion
OlympusVersion
Definition:
exif-mnote-data-olympus.h:30
olympusV1
@ olympusV1
Definition:
exif-mnote-data-olympus.h:34
nikonV0
@ nikonV0
Definition:
exif-mnote-data-olympus.h:38
nikonV1
@ nikonV1
Definition:
exif-mnote-data-olympus.h:32
epsonV1
@ epsonV1
Definition:
exif-mnote-data-olympus.h:37
nikonV2
@ nikonV2
Definition:
exif-mnote-data-olympus.h:33
olympusV2
@ olympusV2
Definition:
exif-mnote-data-olympus.h:35
unrecognized
@ unrecognized
Definition:
exif-mnote-data-olympus.h:31
sanyoV1
@ sanyoV1
Definition:
exif-mnote-data-olympus.h:36
exif_mnote_data_olympus_identify
int exif_mnote_data_olympus_identify(const ExifData *ed, const ExifEntry *e)
Detect if MakerNote is recognized as one handled by the Olympus module.
Definition:
exif-mnote-data-olympus.c:621
exif_mnote_data_olympus_new
ExifMnoteData * exif_mnote_data_olympus_new(ExifMem *)
Definition:
exif-mnote-data-olympus.c:647
exif-mnote-data-priv.h
mnote-olympus-entry.h
_ExifData
Represents the entire EXIF data found in an image.
Definition:
exif-data.h:47
_ExifEntry
Data found in one EXIF tag.
Definition:
exif-entry.h:43
_ExifMem
Definition:
exif-mem.c:5
_ExifMnoteDataOlympus
Definition:
exif-mnote-data-olympus.h:44
_ExifMnoteDataOlympus::version
enum OlympusVersion version
Definition:
exif-mnote-data-olympus.h:52
_ExifMnoteDataOlympus::offset
unsigned int offset
Definition:
exif-mnote-data-olympus.h:51
_ExifMnoteDataOlympus::count
unsigned int count
Definition:
exif-mnote-data-olympus.h:48
_ExifMnoteDataOlympus::entries
MnoteOlympusEntry * entries
Definition:
exif-mnote-data-olympus.h:47
_ExifMnoteDataOlympus::parent
ExifMnoteData parent
Definition:
exif-mnote-data-olympus.h:45
_ExifMnoteDataOlympus::order
ExifByteOrder order
Definition:
exif-mnote-data-olympus.h:50
_ExifMnoteData
Definition:
exif-mnote-data-priv.h:61
_MnoteOlympusEntry
Definition:
mnote-olympus-entry.h:30
libexif
Generated by