|
|
|
@ -31,46 +31,46 @@
|
|
|
|
|
|
|
|
|
|
// *****************************************************************************
|
|
|
|
|
// included header files
|
|
|
|
|
#include "datasets.hpp"
|
|
|
|
|
#include "basicio.hpp"
|
|
|
|
|
#include "bmpimage.hpp"
|
|
|
|
|
#include "convert.hpp"
|
|
|
|
|
#include "cr2image.hpp"
|
|
|
|
|
#include "crwimage.hpp"
|
|
|
|
|
#include "easyaccess.hpp"
|
|
|
|
|
#include "epsimage.hpp"
|
|
|
|
|
#include "error.hpp"
|
|
|
|
|
#include "exif.hpp"
|
|
|
|
|
#include "futils.hpp"
|
|
|
|
|
#include "gifimage.hpp"
|
|
|
|
|
#include "http.hpp"
|
|
|
|
|
#include "image.hpp"
|
|
|
|
|
#include "ini.hpp"
|
|
|
|
|
#include "iptc.hpp"
|
|
|
|
|
#include "jp2image.hpp"
|
|
|
|
|
#include "jpgimage.hpp"
|
|
|
|
|
#include "metadatum.hpp"
|
|
|
|
|
#include "mrwimage.hpp"
|
|
|
|
|
#include "orfimage.hpp"
|
|
|
|
|
#include "pgfimage.hpp"
|
|
|
|
|
#include "exiv2/datasets.hpp"
|
|
|
|
|
#include "exiv2/basicio.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 "pngimage.hpp"
|
|
|
|
|
#include "exiv2/pngimage.hpp"
|
|
|
|
|
#endif
|
|
|
|
|
#include "preview.hpp"
|
|
|
|
|
#include "properties.hpp"
|
|
|
|
|
#include "psdimage.hpp"
|
|
|
|
|
#include "rafimage.hpp"
|
|
|
|
|
#include "rw2image.hpp"
|
|
|
|
|
#include "exiv2/preview.hpp"
|
|
|
|
|
#include "exiv2/properties.hpp"
|
|
|
|
|
#include "exiv2/psdimage.hpp"
|
|
|
|
|
#include "exiv2/rafimage.hpp"
|
|
|
|
|
#include "exiv2/rw2image.hpp"
|
|
|
|
|
#if EXV_USE_SSH == 1
|
|
|
|
|
#include "ssh.hpp"
|
|
|
|
|
#include "exiv2/ssh.hpp"
|
|
|
|
|
#endif
|
|
|
|
|
#include "tags.hpp"
|
|
|
|
|
#include "tgaimage.hpp"
|
|
|
|
|
#include "tiffimage.hpp"
|
|
|
|
|
#include "types.hpp"
|
|
|
|
|
#include "value.hpp"
|
|
|
|
|
#include "version.hpp"
|
|
|
|
|
#include "xmp.hpp"
|
|
|
|
|
#include "xmpsidecar.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.hpp"
|
|
|
|
|
#include "exiv2/xmpsidecar.hpp"
|
|
|
|
|
|
|
|
|
|
#endif // #ifndef EXIV2_HPP_
|
|
|
|
|