Can't read 'Temperature' tag from xmp (all other tags are readable: like 'Tint')

Started by areohbee, October 23, 2014, 08:21:27 PM

Previous topic - Next topic

areohbee

for example:

exiftool -xmp-crs:Tint

yields

Tint  : +22

whereas

exiftool -xmp-crs:Temperature

yields

"nada"

note: the temperature is there too in the xmp - plain as day..

?

(sample xmpfile  attached)

PS - everything else I tried, ~half dozen, did just great (result as expected..), except temperature.
PPS - same in version 9.72 as 9.74 (Windows).

Note2: if attempt to write temperature tag, I get error: "xmp-crs:Temperature doesn't exist or isn't writable" (no problem writing other similar tags, like tint..).

Rob

Phil Harvey

...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 ($).

areohbee

Hi Phil,

Uh - why not?

Or should I say, if it's correct to exclude it, can "we" not bend the rules so things work..(?)

Put another way - is there any possible way for me to read and/or write that 'Temperature' tag using exiftool? config file maybe??...

Rob

Hayo Baan

What Phil meant was that Temperature simply isn't a tag in the XMP-crs namespace and hence can not be accessed/written. I think by the way you mean ColorTemperature in this case (look at the link Phil provided and you'll see that the spec, not Phil, is a bit confused at this point).

Cheers,
Hayo
Hayo Baan – Photography
Web: www.hayobaan.nl

Phil Harvey

As Hayo mentioned, this tag is named ColorTemperature in ExifTool.

- 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 ($).

areohbee

Sorry, my bad I guess - I tried previously to read that tag using 'ColorTemperature' but it didn't work. Just tried again, but this time: it worked (typo before maybe? - dunno..).

Thanks again, and sorry for the "false alarm"..

Rob