Enhancement: exposure comp in preview's image info (issue 954)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user