Added new processing profiles #2055

Includes new default processing profile for raw photos.
This commit is contained in:
Morgan Hardwood
2018-01-28 23:20:31 +01:00
parent 70379f4a19
commit e597aefc07
11 changed files with 315 additions and 530 deletions

View File

@@ -32,9 +32,9 @@
// Default bundled profile name to use for Raw images
#ifdef WIN32
#define DEFPROFILE_RAW "${G}\\Default"
#define DEFPROFILE_RAW "${G}\\Auto-Matched Curve - ISO Low"
#else
#define DEFPROFILE_RAW "${G}/Default"
#define DEFPROFILE_RAW "${G}/Auto-Matched Curve - ISO Low"
#endif
// Default bundled profile name to use for Standard images
#define DEFPROFILE_IMG "Neutral"