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~
Do you want all of the info, or just the Compression?
For all, do this:
exiftool -s 1.tiff > out.txt
- Phil
hi,Phil,
I need to get the 17*13 image data from StripOffsets, not only the metadata, I don't know how to decompress
Oh, sorry. I didn't realize you meant the image data. ExifTool doesn't deal with the image data.
- Phil
ok, thanks!