Demosaicing and pre-processing parameters selectable for each image.
Dark frames subtraction and badpixels file support
Fast loading in editor.
This commit is contained in:
ffsup2
2010-10-30 22:14:47 +02:00
parent 5e7a81f0f1
commit 647dfb8366
153 changed files with 10304 additions and 6407 deletions

View File

@@ -68,6 +68,7 @@ class Options {
int browserToolPanelWidth;
int browserToolPanelHeight;
int historyPanelWidth;
Glib::ustring font;
int windowWidth;
int windowHeight;
bool windowMaximized;
@@ -96,6 +97,7 @@ class Options {
int bgcolor;
Glib::ustring language;
Glib::ustring theme;
bool useSystemTheme;
static Glib::ustring cacheBaseDir;
bool autoSuffix;
bool saveParamsFile;
@@ -121,10 +123,13 @@ class Options {
std::vector<Glib::ustring> favoriteDirs;
std::vector<Glib::ustring> renameTemplates;
bool renameUseTemplates;
bool internalThumbIfUntouched;
bool overwriteOutputFile;
std::vector<double> thumbnailZoomRatios;
bool overlayedFileNames;
bool showFileNames;
bool tabbedUI;
Options ();