 |
Exiv2
|
Go to the documentation of this file.
29 #ifndef SIGMAMN_INT_HPP_
30 #define SIGMAMN_INT_HPP_
68 static const TagInfo tagInfo_[];
74 #endif // #ifndef SIGMAMN_INT_HPP_
std::ostream & print0x0009(std::ostream &os, const Value &value, const ExifData *metadata)
Print GPS status.
Definition: tags_int.cpp:2362
MakerNote for Sigma (Foveon) cameras.
Definition: sigmamn_int.hpp:51
Common interface for all types of values used with metadata.
Definition: value.hpp:60
Type definitions for Exiv2 and related functionality.
Sigma and Foveon MakerNote implemented according to the specification SIGMA and FOVEON EXIF MakerNote...
@ asciiString
Exif ASCII type, 8-bit byte.
Definition: types.hpp:132
static const TagInfo * tagList()
Return read-only list of built-in Sigma tags.
Definition: sigmamn_int.cpp:125
static std::ostream & printStripLabel(std::ostream &os, const Value &value, const ExifData *)
Strip the label from the value and print the remainder.
Definition: sigmamn_int.cpp:130
static std::ostream & print0x0008(std::ostream &os, const Value &value, const ExifData *)
Print exposure mode.
Definition: sigmamn_int.cpp:143
std::ostream & printValue(std::ostream &os, const Value &value, const ExifData *)
Default print function, using the Value output operator.
Definition: tags_int.cpp:2165
std::string toString() const
Return the value as a string. Implemented in terms of write(std::ostream& os) const of the concrete c...
Definition: value.cpp:175
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
Value interface and concrete subclasses.
Tag information.
Definition: tags.hpp:82
@ string
IPTC string type.
Definition: types.hpp:147
static std::ostream & print0x0009(std::ostream &os, const Value &value, const ExifData *)
Print metering mode.
Definition: sigmamn_int.cpp:157
A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifda...
Definition: exif.hpp:434