exiftool -b -RawThermalImage filename.JPG > filename.png

Started by isaac_h_e, May 21, 2019, 06:50:48 AM

Previous topic - Next topic

isaac_h_e

Hello All,

I do have hundreds of FLIR radiometric JPEGs, is there a way to perform the following command:

exiftool -b -RawThermalImage filename.JPG > filename.png

without creating a bash?

Many thanks

Isaac

Phil Harvey

Hi Isaac,

Try this:

exiftool -b -rawthermalimage -w .png DIR

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