feature: added option to use a (fast) neutral RAW rendering in 'inspector mode'
This commit is contained in:
@@ -83,6 +83,13 @@ public:
|
||||
double level0_cbdl;
|
||||
double level123_cbdl;
|
||||
Glib::ustring lensfunDbDirectory; ///< The directory containing the lensfun database. If empty, the system defaults will be used (as described in http://lensfun.sourceforge.net/manual/dbsearch.html)
|
||||
|
||||
enum class ThumbnailInspectorMode {
|
||||
JPEG,
|
||||
RAW,
|
||||
RAW_IF_NOT_JPEG_FULLSIZE
|
||||
};
|
||||
ThumbnailInspectorMode thumbnail_inspector_mode;
|
||||
|
||||
/** Creates a new instance of Settings.
|
||||
* @return a pointer to the new Settings instance. */
|
||||
|
Reference in New Issue
Block a user