Creation of the ICCProfileCreator

This commit is contained in:
Hombre
2018-06-25 00:43:11 +02:00
parent e2dc8ea2c3
commit fb0c95969b
35 changed files with 1330 additions and 1799 deletions

View File

@@ -1025,20 +1025,6 @@ struct ColorManagementParams {
RenderingIntent outputIntent;
bool outputBPC;
bool customOutputProfile;
Glib::ustring outputPimariesPreset;
double redPrimaryX;
double redPrimaryY;
double greenPrimaryX;
double greenPrimaryY;
double bluePrimaryX;
double bluePrimaryY;
Glib::ustring outputGammaPreset;
double outputGamma;
double outputSlope;
Glib::ustring outputProfileVersion;
Glib::ustring outputIlluminant;
static const Glib::ustring NoICMString;
ColorManagementParams();