Enhancement: exposure comp in preview's image info (issue 954)

This commit is contained in:
michael
2011-08-31 20:38:33 -04:00
parent d76f3c38c5
commit 24d0a1657b
4 changed files with 50 additions and 18 deletions

View File

@@ -71,6 +71,8 @@ namespace rtengine {
virtual double getFocalLen () const =0;
/** @return the shutter speed */
virtual double getShutterSpeed () const =0;
/** @return the exposure compensation */
virtual double getExpComp () const =0;
/** @return the maker of the camera */
virtual std::string getMake () const =0;
/** @return the model of the camera */
@@ -90,6 +92,8 @@ namespace rtengine {
static double apertureFromString (std::string shutter);
/** Functions to convert between floating point and string representation of shutter and aperture */
static double shutterFromString (std::string shutter);
/** Functions to convert between floating point and string representation of exposure compensation */
static std::string expcompToString (double expcomp);
/** Reads metadata from file.
* @param fname is the name of the file