#include "tifffwd_int.hpp"
#include "image.hpp"
#include "types.hpp"


Classes | |
| class | Exiv2::Internal::TiffHeaderBase |
| Abstract base class defining the interface of an image header. Used internally by classes for TIFF-based images. Default implementation is for the regular TIFF header. More... | |
| class | Exiv2::Internal::TiffHeader |
| Standard TIFF header structure. More... | |
| class | Exiv2::Internal::TiffCreator |
| TIFF component factory for standard TIFF components. More... | |
| class | Exiv2::Internal::TiffParserWorker |
| Stateless parser class for data in TIFF format. Images use this class to decode and encode TIFF-based data. More... | |
| class | Exiv2::Internal::TiffMapping |
| Table of TIFF decoding and encoding functions and find functions. This class is separated from the metadata decoder and encoder visitors so that the parser can be parametrized with a different table if needed. This is used, eg., for CR2 format, which uses a different decoder table. More... | |
Namespaces | |
| namespace | Exiv2 |
| Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace. | |
| namespace | Exiv2::Internal |
| Contains internal objects which are not published and are not part of the libexiv2 API. | |
1.5.8