You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
C++
53 lines
1.3 KiB
C++
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifndef EXIV2_HPP_
|
|
#define EXIV2_HPP_
|
|
|
|
// *****************************************************************************
|
|
// included header files
|
|
#include "exiv2/config.h"
|
|
#include "exiv2/datasets.hpp"
|
|
#include "exiv2/basicio.hpp"
|
|
#include "exiv2/bmffimage.hpp"
|
|
#include "exiv2/bmpimage.hpp"
|
|
#include "exiv2/convert.hpp"
|
|
#include "exiv2/cr2image.hpp"
|
|
#include "exiv2/crwimage.hpp"
|
|
#include "exiv2/easyaccess.hpp"
|
|
#include "exiv2/epsimage.hpp"
|
|
#include "exiv2/error.hpp"
|
|
#include "exiv2/exif.hpp"
|
|
#include "exiv2/futils.hpp"
|
|
#include "exiv2/gifimage.hpp"
|
|
#include "exiv2/http.hpp"
|
|
#include "exiv2/image.hpp"
|
|
#include "exiv2/ini.hpp"
|
|
#include "exiv2/iptc.hpp"
|
|
#include "exiv2/jp2image.hpp"
|
|
#include "exiv2/jpgimage.hpp"
|
|
#include "exiv2/metadatum.hpp"
|
|
#include "exiv2/mrwimage.hpp"
|
|
#include "exiv2/orfimage.hpp"
|
|
#include "exiv2/pgfimage.hpp"
|
|
|
|
#ifdef EXV_HAVE_LIBZ
|
|
#include "exiv2/pngimage.hpp"
|
|
#endif
|
|
|
|
#include "exiv2/preview.hpp"
|
|
#include "exiv2/properties.hpp"
|
|
#include "exiv2/psdimage.hpp"
|
|
#include "exiv2/rafimage.hpp"
|
|
#include "exiv2/rw2image.hpp"
|
|
|
|
#include "exiv2/tags.hpp"
|
|
#include "exiv2/tgaimage.hpp"
|
|
#include "exiv2/tiffimage.hpp"
|
|
#include "exiv2/types.hpp"
|
|
#include "exiv2/value.hpp"
|
|
#include "exiv2/version.hpp"
|
|
#include "exiv2/xmp_exiv2.hpp"
|
|
#include "exiv2/xmpsidecar.hpp"
|
|
|
|
#endif//ifndef EXIV2_HPP_
|