ICC_Profile MeasurementGeometry

Started by herb, June 20, 2014, 05:17:31 AM

Previous topic - Next topic

herb

Hello Phil,

one of my testfiles contains an ICC profile with value 0 of MeasurementGeometry.
The image is done with a DC-XZ6 and has been modified. I regret but it is unknown to me which tool/application was used.

Exiftool displays the mentioned value with Unknown(0).

So I would like to propose that file ICC_profile.pm will be enhanced for MeasurementGeometry that it looks like
24 => {
        Name => 'MeasurementGeometry',
        Format => 'int32u',
        PrintConv => {
            0 => 'n/a',
            1 => '0/45 or 45/0',
            2 => '0/d or d/0',
        },
    },


Thanks in advance
Herb

Phil Harvey

Hi Herb,

Thanks for this suggestion.  I re-read the ICC spec, and a value of 0 is defined as "Unknown", so I will add this to the conversion list, and it will show up as "Unknown" instead of "Unknown (0)".

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).