Encoding and decoding of Exif data.
More...
#include "exiv2lib_export.h"
#include "metadatum.hpp"
#include "tags.hpp"
#include <list>
|
class | Exiv2::Exifdatum |
| An Exif metadatum, consisting of an ExifKey and a Value and methods to manipulate these. More...
|
|
class | Exiv2::ExifThumbC |
| Access to a Exif thumbnail image. This class provides higher level accessors to the thumbnail image that is optionally embedded in IFD1 of the Exif data. These methods do not write to the Exif metadata. Manipulators are provided in subclass ExifThumb. More...
|
|
class | Exiv2::ExifThumb |
| Access and modify an Exif thumbnail image. This class implements manipulators to set and erase the thumbnail image that is optionally embedded in IFD1 of the Exif data. Accessors are provided by the base class, ExifThumbC. More...
|
|
class | Exiv2::ExifData |
| A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifdatum objects. More...
|
|
class | Exiv2::ExifParser |
| Stateless parser class for Exif data. Images use this class to decode and encode binary Exif data. More...
|
|
|
| Exiv2 |
| Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace.
|
|
Encoding and decoding of Exif data.
- Author
- Andreas Huggel (ahu) ahuggel@gmx.net
- Date
- 09-Jan-04, ahu: created