Exif tag and type information.
More...
#include "exiv2lib_export.h"
#include "metadatum.hpp"
#include <string>
#include <iosfwd>
#include <memory>
Go to the source code of this file.
|
| Exiv2 |
| Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace.
|
|
|
typedef std::ostream &(* | Exiv2::PrintFct) (std::ostream &, const Value &, const ExifData *pExifData) |
| Type for a function pointer for functions interpreting the tag value.
|
|
typedef const TagInfo *(* | Exiv2::TagListFct) () |
| A function returning a tag list.
|
|
Exif tag and type information.
- Author
- Andreas Huggel (ahu) ahuggel@gmx.net
- Date
- 15-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component