ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: sugarsugar on March 11, 2021, 03:13:32 AM

Title: How to read float data in the tiff file which data compressed by Adobe deflare
Post by: sugarsugar on March 11, 2021, 03:13:32 AM
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~
Title: Re: How to read float data in the tiff file which data compressed by Adobe deflare
Post by: Phil Harvey on March 11, 2021, 06:58:36 AM
Do you want all of the info, or just the Compression?

For all, do this:

exiftool -s 1.tiff > out.txt

- Phil
Title: Re: How to read float data in the tiff file which data compressed by Adobe deflare
Post by: sugarsugar on March 11, 2021, 07:23:23 PM
hi,Phil,

I need to get the 17*13 image data from StripOffsets, not only the metadata, I don't know how to decompress
Title: Re: How to read float data in the tiff file which data compressed by Adobe deflare
Post by: Phil Harvey on March 11, 2021, 07:51:30 PM
Oh, sorry.  I didn't realize you meant the image data.  ExifTool doesn't deal with the image data.

- Phil
Title: Re: How to read float data in the tiff file which data compressed by Adobe deflare
Post by: sugarsugar on March 11, 2021, 08:00:26 PM
ok, thanks!