Hello everyone,
I’m new to DT and this is my first post.
I’ve read the book by “Michael Moltenbrey” and am trying to take my first steps in DT.
Unfortunately, my English isn’t very good, but I’m doing my best. So please try to use simple sentences when replying.
My basic idea is to get a solid base profile early in the Pixelpipe that displays colors correctly.
So, as described by “Moltenbrey,” I bought a color chart (SpyderChecker), photographed it, and calibrated it in the Color Calibration module using Color Checker.
I did this with three cameras—the Sony A58, Sony A77, and Sony A7—under exactly the same conditions.
But the more expensive the camera, the worse the Delta E was (1.6 for the A58, 2.1 for the A77, and 2.7 for the A7).
AI tells me that more expensive cameras often have more nonlinear sensors, which means that color calibration—which is purely linear (3x3 matrix)—is unsuitable.
So I came up with the idea of creating my own ICC profile. That worked so far.
Using:
scanin -v -dipn $FILE.tif $argyll/SpyderChecker24.cht $argyll/SpyderChecker24_Lk.cie diag_chart.tif
and
colprof -v -A “Sony” -M ‘A7RM5’ -D “SonyA7_LUT” -qh -ax -no -ua $FILE
But the result is worse than before (delta E is now about 6).
My guess is that the “default matrix” is causing interference.
The TIFF was created using the standard matrix, and I can’t just select “none” or something like that in the input profile.
But now the standard matrix is being replaced by the ICC, even though the ICC is actually a delta ICC (representing the difference between the standard matrix and the actual colors).
It also doesn’t seem possible to create a second instance of the input profile, with the standard matrix active in the first instance and the ICC file active in the second.
How can I use the color chart to generate correct colors right at the beginning of the Pixelpipe workflow?