ExifTool Forum

ExifTool => Newbies => Topic started by: Marco on November 17, 2020, 11:14:47 AM

Title: RAW Thermal image
Post by: Marco on November 17, 2020, 11:14:47 AM
I have a RAW thermal image in a compressed format (JPEG-R), among all the metadata there is a string with the following text "raw thermal image Type" which is TIFF. Just below this string, there is the following which says"use -b option to extract".

is there a way to convert this compressed image into a tiff image?

any suggestion is appreciated.
Title: Re: RAW Thermal image
Post by: Phil Harvey on November 18, 2020, 06:57:13 AM
Try this:

exiftool -rawthermalimage -b FILE > thermal_image.tiff

- Phil