Exiv2
Loading...
Searching...
No Matches
bigtiffimage.hpp
1
2#include "basicio.hpp"
3#include "image.hpp"
4
5namespace Exiv2
6{
7
8namespace ImageType
9{
10 const int bigtiff = 25;
11}
12
13Image::AutoPtr newBigTiffInstance(BasicIo::AutoPtr, bool);
14bool isBigTiffType(BasicIo &, bool);
15
16}
std::auto_ptr< BasicIo > AutoPtr
BasicIo auto_ptr type.
Definition basicio.hpp:58
std::auto_ptr< Image > AutoPtr
Image auto_ptr type.
Definition image.hpp:84
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition asfvideo.hpp:36