How to read float data in the tiff file which data compressed by Adobe deflare

Started by sugarsugar, March 11, 2021, 03:13:32 AM

Previous topic - Next topic

sugarsugar

Hi, guys, I want to know how to read out the data in this tiff file to txt file,

run exiftool.exe -s 1.tiff  can get the info as attachments.

looking for reply!! thanks~

Phil Harvey

Do you want all of the info, or just the Compression?

For all, do this:

exiftool -s 1.tiff > out.txt

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

sugarsugar

hi,Phil,

I need to get the 17*13 image data from StripOffsets, not only the metadata, I don't know how to decompress

Phil Harvey

Oh, sorry.  I didn't realize you meant the image data.  ExifTool doesn't deal with the image data.

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