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