Hi all,
I am unsuccessful in extracting the Red/Green/Blue Tone Reproduction Curves from the colour profile of an image file. I don't know what I do wrong. Using something like:
exiftool.exe -b -GreenTRC Apple_RGB.jpg > curve.txt does not provide me any numbers that represent this curve.
Could somebody point me out my mistake? Cheers,
Geert
Hi Geert,
The output from your command is the binary data for the green tone curve. You would have to read the ICC specification to see how to interpret this data.
- Phil
OK Phil, so you are saying my code is correct and I should not expect to see any numbers that represent these curves? Will check this further. Many thanks.
Yup