Hi,
I have some thermal images in JPEG and I would like to find the minimal and the maximal values of temperature in the image.
Do you know if I can find these information in the metadata of the JPEG file ? If yes, how can I read them ?
Thanks in advance,
Alex
FLIR cameras write this information in their proprietary metadata, and this is decoded by ExifTool.
I don't know about any other thermal camera makes.
- Phil
I use images of a Flir Camera (I join an example).
I tried different command lines with Exiftool but I didn't find these information ... I only found information about the camera range values in general but not the range values in the image.
It looks like this model doesn't write the image max/min temperatures in the metadata. It does write the temperature range though. To get the max/min temperatures you could (with a lot of work) extract and process the RawThermalImage. See this thread (https://exiftool.org/forum/index.php/topic,4898.0.html) for a lengthy discussion on this topic.
- Phil
Ok, thank you for your help. I'll take a look to this discussion.