Creation of the ICCProfileCreator
This commit is contained in:
@@ -2896,7 +2896,7 @@ void CLASS lossy_dng_load_raw()
|
||||
}
|
||||
order = sorder;
|
||||
} else {
|
||||
gamma_curve (1/2.4, 12.92, 1, 255);
|
||||
gamma_curve (1/2.4, 12.92310, 1, 255);
|
||||
FORC3 memcpy (cur[c], curve, sizeof cur[0]);
|
||||
}
|
||||
cinfo.err = jpeg_std_error (&jerr);
|
||||
@@ -6608,7 +6608,7 @@ void CLASS apply_tiff()
|
||||
if (model[0] == 'N') load_flags = 80;
|
||||
} else if (raw_width*raw_height*3 == tiff_ifd[raw].bytes) {
|
||||
load_raw = &CLASS nikon_yuv_load_raw;
|
||||
gamma_curve (1/2.4, 12.92, 1, 4095);
|
||||
gamma_curve (1/2.4, 12.92310, 1, 4095);
|
||||
memset (cblack, 0, sizeof cblack);
|
||||
filters = 0;
|
||||
} else if (raw_width*raw_height*2 == tiff_ifd[raw].bytes) {
|
||||
@@ -8920,7 +8920,7 @@ void CLASS identify()
|
||||
strcpy (model,"One");
|
||||
parse_redcine();
|
||||
load_raw = &CLASS redcine_load_raw;
|
||||
gamma_curve (1/2.4, 12.92, 1, 4095);
|
||||
gamma_curve (1/2.4, 12.92310, 1, 4095);
|
||||
filters = 0x49494949;
|
||||
} else if (!memcmp (head,"DSC-Image",9))
|
||||
parse_rollei();
|
||||
|
Reference in New Issue
Block a user