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.
Try this:
exiftool -rawthermalimage -b FILE > thermal_image.tiff
- Phil