Provides easy (high-level) access to some Exif meta data. More...
#include "exif.hpp"
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. | |
Functions | |
ExifData::const_iterator | Exiv2::orientation (const ExifData &ed) |
Return the orientation of the image. | |
ExifData::const_iterator | Exiv2::isoSpeed (const ExifData &ed) |
Return the ISO speed used to shoot the image. | |
ExifData::const_iterator | Exiv2::flashBias (const ExifData &ed) |
Return the flash bias value. | |
ExifData::const_iterator | Exiv2::exposureMode (const ExifData &ed) |
Return the exposure mode setting. | |
ExifData::const_iterator | Exiv2::sceneMode (const ExifData &ed) |
Return the scene mode setting. | |
ExifData::const_iterator | Exiv2::macroMode (const ExifData &ed) |
Return the macro mode setting. | |
ExifData::const_iterator | Exiv2::imageQuality (const ExifData &ed) |
Return the image quality setting. | |
ExifData::const_iterator | Exiv2::whiteBalance (const ExifData &ed) |
Return the white balance setting. | |
ExifData::const_iterator | Exiv2::lensName (const ExifData &ed) |
Return the name of the lens used. | |
ExifData::const_iterator | Exiv2::saturation (const ExifData &ed) |
Return the saturation level. | |
ExifData::const_iterator | Exiv2::sharpness (const ExifData &ed) |
Return the sharpness level. | |
ExifData::const_iterator | Exiv2::contrast (const ExifData &ed) |
Return the contrast level. | |
ExifData::const_iterator | Exiv2::sceneCaptureType (const ExifData &ed) |
Return the scene capture type. |
Provides easy (high-level) access to some Exif meta data.