Exiv2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Functions
easyaccess.hpp File Reference

Provides easy (high-level) access to some Exif meta data. More...

#include "exif.hpp"
+ Include dependency graph for easyaccess.hpp:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 Exiv2
 Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace.
 

Constant Groups

 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.
 
ExifData::const_iterator Exiv2::meteringMode (const ExifData &ed)
 Return the metering mode setting.
 
ExifData::const_iterator Exiv2::make (const ExifData &ed)
 Return the camera make.
 
ExifData::const_iterator Exiv2::model (const ExifData &ed)
 Return the camera model.
 
ExifData::const_iterator Exiv2::exposureTime (const ExifData &ed)
 Return the exposure time.
 
ExifData::const_iterator Exiv2::fNumber (const ExifData &ed)
 Return the F number.
 
ExifData::const_iterator Exiv2::subjectDistance (const ExifData &ed)
 Return the subject distance.
 
ExifData::const_iterator Exiv2::serialNumber (const ExifData &ed)
 Return the camera serial number.
 
ExifData::const_iterator Exiv2::focalLength (const ExifData &ed)
 Return the focal length setting.
 
ExifData::const_iterator Exiv2::afPoint (const ExifData &ed)
 Return the AF point.
 

Detailed Description

Provides easy (high-level) access to some Exif meta data.

Version
Rev:
2681
Author
Carsten Pfeiffer pfeif.nosp@m.fer@.nosp@m.kde.o.nosp@m.rg
Date
28-Feb-09, gis: created