Hello. I need to read and write PhaseOne sensor calibration tags. Documentation says that they are not writable, but tags I need to write are not specified in documentation, so maybe?..
I need to R\W tags laying in TIFF-IFD0-ExifIFD-MakerNotes-SensorCalibration - Sensor Calibration 0x041f, 0x0420, etc.
First of all I need to read them fully, but I'm unable to find ExifTool argument to not to show them in shortened form like:
Sensor Calibration 0x0420 : 17 27 45 75 126 211 351 588 968 2016 4026 7987 14224 22[...]
How to ask ExifTool to show whole tag content?
And then I'll need to write them.
Is it possible, and if no - why?