Add entry for copyright & description in ICC ProfileCreator (see #4478)

This commit is contained in:
Hombre
2018-07-09 01:09:31 +02:00
parent f2b339fc66
commit 6d9c284977
6 changed files with 374 additions and 207 deletions

View File

@@ -300,6 +300,9 @@ public:
double ICCPC_slope;
Glib::ustring ICCPC_profileVersion;
Glib::ustring ICCPC_illuminant;
Glib::ustring ICCPC_description;
Glib::ustring ICCPC_copyright;
bool ICCPC_appendParamsToDesc;
// fast export options
bool fastexport_bypass_sharpening;
@@ -388,6 +391,7 @@ public:
void setBundledDefProfRawMissing (bool value);
void setDefProfImgMissing (bool value);
void setBundledDefProfImgMissing (bool value);
static Glib::ustring getICCProfileCopyright();
};
extern Options options;