Can somebody explain something? (@ggbutcher maybe? ).
Just to toy around a bit, I wanted to try some Adobe DCP’s to ICC to use in Darktable. (Particular, to mess with differences using the stda and d65 illuminant, and DT color-calibration uses I was having in the modern wb-workflow).
dcp2icc
from here (DCP to ICC camera profile converter download | SourceForge.net) needs to illuminant to use, and clearly writes two different files when saying ‘StdA’ and ‘D65’. But, the highlights seem to be ‘cut off’ in that profile. As if it writes a lut which bunches all the highlight information together.
Now, going the dcamprof dcp2json
and then make-icc
route, I encounter different problems. Yes, the files are very tiny, but seem to work .
First, the ‘Adobe Standard’ profile I’m messing with, has two illuminants in there. I want to create an ICC from each. I don’t see an option for this in dcamprof make-icc
.
So, I duplicated the json file. And in one, I removed all references to ‘the second illuminant’, and in the first I removed all references to the first, but then changed ‘2’ to ‘1’:
To explain it better than my words : This is the json how it’s written by dcamprof:
with illuminant 1 and 2, matrix 1 and 2, huesatmap 1 and 2…
into this:
and this:
but in the last D65 file, I renamed all ‘2’ into ‘1’.
So, now I have a json file with one illuminant for StdA, and another one for D65.
dcamprof make-dcp -m matrix
with those, and I get two, very small ICC files.
Which both work! There is also a difference between them (noticeable on skin tones mostly), so it did pick up the two illuminants.
BUT:
Both in the files written by dcp2icc
, and in those files created with dcamprof dcp2json && make-icc
, the colors are very unsaturated. It’s almost (almost, not exactly) like setting the input-profile to linear 709, like a linear rgb.
I can take color-balanace-rgb and crank the global saturation to 100% to get sort of close. And it’s not unpleasant. But it also doesn’t feel right .
Am I missing an option in dcamprof, or is this just a side effect of the Adobe DCPs ?