MauiKit Image Tools

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 */
20/*!
21 @file exiv2.hpp
22 @brief Include all Exiv2 header files.
23 @author Andreas Huggel (ahu)
24 <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
25 @date 21-Jun-10, ahu: created
26 */
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_
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:30 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.