Solving issue 1102: "My system don't have any output ICC profile, it leads to crappy resulting images" on behalf of Jacques Desmis
iccprofiles now contains an "input" and "output" subdirectory. Jacques also created new output profiles that are necessary for good color rendering in the output file. simpleprocess.cc has also been cleaned up.
This commit is contained in:
@@ -35,11 +35,15 @@ namespace rtengine {
|
||||
bool LCMSSafeMode; // If true, not OMP
|
||||
Glib::ustring adobe; // default name of AdobeRGB1998
|
||||
Glib::ustring prophoto; // default name of Prophoto
|
||||
Glib::ustring prophoto10; // default name of Prophoto
|
||||
|
||||
Glib::ustring widegamut; //default name of WidegamutRGB
|
||||
Glib::ustring beta; // default name of BetaRGB
|
||||
Glib::ustring best; // default name of BestRGB
|
||||
Glib::ustring bruce; // default name of Bruce
|
||||
Glib::ustring srgb; // default name of SRGB space profile
|
||||
Glib::ustring srgb10; // default name of SRGB space profile
|
||||
|
||||
bool gamutICC; //
|
||||
|
||||
/** Creates a new instance of Settings.
|
||||
|
Reference in New Issue
Block a user