Main Menu

RAW Thermal image

Started by Marco, November 17, 2020, 11:14:47 AM

Previous topic - Next topic

Marco

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.

Phil Harvey

Try this:

exiftool -rawthermalimage -b FILE > thermal_image.tiff

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