Exiv2
exiv2.hpp
Go to the documentation of this file.
1 // ***************************************************************** -*- C++ -*-
2 /*
3  * Copyright (C) 2004-2018 Exiv2 authors
4  * This program is part of the Exiv2 distribution.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
19  */
27 #ifndef EXIV2_HPP_
28 #define EXIV2_HPP_
29 
30 // *****************************************************************************
31 // included header files
32 #include "exiv2/config.h"
33 #include "exiv2/datasets.hpp"
34 #include "exiv2/basicio.hpp"
35 #include "exiv2/bmpimage.hpp"
36 #include "exiv2/convert.hpp"
37 #include "exiv2/cr2image.hpp"
38 #include "exiv2/crwimage.hpp"
39 #include "exiv2/easyaccess.hpp"
40 #include "exiv2/epsimage.hpp"
41 #include "exiv2/error.hpp"
42 #include "exiv2/exif.hpp"
43 #include "exiv2/futils.hpp"
44 #include "exiv2/gifimage.hpp"
45 #include "exiv2/http.hpp"
46 #include "exiv2/image.hpp"
47 #include "exiv2/ini.hpp"
48 #include "exiv2/iptc.hpp"
49 #include "exiv2/jp2image.hpp"
50 #include "exiv2/jpgimage.hpp"
51 #include "exiv2/metadatum.hpp"
52 #include "exiv2/mrwimage.hpp"
53 #include "exiv2/orfimage.hpp"
54 #include "exiv2/pgfimage.hpp"
55 
56 #ifdef EXV_HAVE_LIBZ
57 #include "exiv2/pngimage.hpp"
58 #endif
59 
60 #include "exiv2/preview.hpp"
61 #include "exiv2/properties.hpp"
62 #include "exiv2/psdimage.hpp"
63 #include "exiv2/rafimage.hpp"
64 #include "exiv2/rw2image.hpp"
65 
66 #ifdef EXV_USE_SSH
67 #include "exiv2/ssh.hpp"
68 #endif
69 
70 #include "exiv2/tags.hpp"
71 #include "exiv2/tgaimage.hpp"
72 #include "exiv2/tiffimage.hpp"
73 #include "exiv2/types.hpp"
74 #include "exiv2/value.hpp"
75 #include "exiv2/version.hpp"
76 #include "exiv2/xmp_exiv2.hpp"
77 #include "exiv2/xmpsidecar.hpp"
78 
79 #endif // #ifndef EXIV2_HPP_
Windows Bitmap (BMP) image.
Exif and IPTC conversions to and from XMP.
Class Cr2Image.
Class CrwImage to access Canon CRW images. References: The Canon RAW (CRW) File Format by Phil Harv...
IPTC dataset and type information.
Provides easy (high-level) access to some Exif meta data.
EPS image. References: [1] Adobe PostScript Language Document Structuring Conventions Specification...
Error class for exceptions, log message class.
Encoding and decoding of Exif data.
Basic file utility functions required by Exiv2.
GIF image, implemented using the following references: GIF89 specification by W3C
Encoding and decoding of IPTC data.
Class JpegImage to access JPEG images.
Provides abstract base classes Metadatum and Key.
Minolta RAW image, implemented using the following references: Minolta Raw file format by Dalibor Jel...
Olympus RAW image.
PGF image, implemented using the following references: PGF specification from libpgf web site
PNG image, implemented using the following references: PNG specification by W3C PNG tags list by Phi...
Classes to access all preview images embedded in an image.
XMP property and type information. References: XMP Specification from Adobe (Property descriptions c...
Photoshop image, implemented using the following references: Adobe Photoshop 6.0 File Format Specific...
Fujifilm RAW image.
Class Rw2Image.
Exif tag and type information.
Truevision TARGA v2 image, implemented using the following references: Truevision TGA page on Wikiped...
Type definitions for Exiv2 and related functionality.
Value interface and concrete subclasses.
Precompiler define and a function to test the Exiv2 version. References: Similar versioning defines a...
An Image subclass to support XMP sidecar files.