Add initial metadata lens correction handling
This commit is contained in:
@@ -966,7 +966,8 @@ struct LensProfParams {
|
||||
NONE, // No lens correction
|
||||
LENSFUNAUTOMATCH, // Lens correction using auto matched lensfun database entry
|
||||
LENSFUNMANUAL, // Lens correction using manually selected lensfun database entry
|
||||
LCP // Lens correction using lcp file
|
||||
LCP, // Lens correction using lcp file
|
||||
METADATA // Lens correction using embedded metadata
|
||||
};
|
||||
|
||||
LcMode lcMode;
|
||||
@@ -985,6 +986,7 @@ struct LensProfParams {
|
||||
bool lfAutoMatch() const;
|
||||
bool useLcp() const;
|
||||
bool lfManual() const;
|
||||
bool useMetadata() const;
|
||||
|
||||
const std::vector<const char*>& getMethodStrings() const;
|
||||
Glib::ustring getMethodString(LcMode mode) const;
|
||||
|
Reference in New Issue
Block a user