#include "tifffwd.hpp"
#include "types.hpp"
#include <iosfwd>
#include <cassert>
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::TiffCreator |
TIFF component factory for standard TIFF components. More... | |
class | Exiv2::TiffParser |
Stateless parser class for data in TIFF format. Images use this class to decode and encode TIFF-based data. Uses class CreationPolicy for the creation of TIFF components. More... | |
class | Exiv2::TiffDecoder |
Table of TIFF decoding functions and find function. This class is separated from the metadata decoder visitor 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... |