Exiv2
exiv2.hpp
1// ***************************************************************** -*- C++ -*-
2/*
3 * Copyright (C) 2004-2021 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 */
20#ifndef EXIV2_HPP_
21#define EXIV2_HPP_
22
23// *****************************************************************************
24// included header files
25#include "exiv2/config.h"
26#include "exiv2/datasets.hpp"
27#include "exiv2/basicio.hpp"
28#include "exiv2/bmffimage.hpp"
29#include "exiv2/bmpimage.hpp"
30#include "exiv2/convert.hpp"
31#include "exiv2/cr2image.hpp"
32#include "exiv2/crwimage.hpp"
33#include "exiv2/easyaccess.hpp"
34#include "exiv2/epsimage.hpp"
35#include "exiv2/error.hpp"
36#include "exiv2/exif.hpp"
37#include "exiv2/futils.hpp"
38#include "exiv2/gifimage.hpp"
39#include "exiv2/http.hpp"
40#include "exiv2/image.hpp"
41#include "exiv2/ini.hpp"
42#include "exiv2/iptc.hpp"
43#include "exiv2/jp2image.hpp"
44#include "exiv2/jpgimage.hpp"
45#include "exiv2/metadatum.hpp"
46#include "exiv2/mrwimage.hpp"
47#include "exiv2/orfimage.hpp"
48#include "exiv2/pgfimage.hpp"
49
50#ifdef EXV_HAVE_LIBZ
51#include "exiv2/pngimage.hpp"
52#endif
53
54#include "exiv2/preview.hpp"
55#include "exiv2/properties.hpp"
56#include "exiv2/psdimage.hpp"
57#include "exiv2/rafimage.hpp"
58#include "exiv2/rw2image.hpp"
59
60#ifdef EXV_USE_SSH
61#include "exiv2/ssh.hpp"
62#endif
63
64#include "exiv2/tags.hpp"
65#include "exiv2/tgaimage.hpp"
66#include "exiv2/tiffimage.hpp"
67#include "exiv2/types.hpp"
68#include "exiv2/value.hpp"
69#include "exiv2/version.hpp"
70#include "exiv2/xmp_exiv2.hpp"
71#include "exiv2/xmpsidecar.hpp"
72
73#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.
Encoding and decoding of IPTC data.