Skip to main content
Known Participant
September 20, 2023
Question

Decoding/Parsing a Photoshop generated TIF file data using C++

  • September 20, 2023
  • 1 reply
  • 330 views

Hi All,

I have retrieved the data of “.tif” file using “libtiff” library

But the retrieved data is in photoshop specific format, I need to decode that data and make the data as readable format using C++

I have attached the file which contains the retrieved data.

Can anyone please help me with the above!!

This topic has been closed for replies.

1 reply

Known Participant
September 20, 2023

Hi All,

TIFFGetField(tif, 37724, &size, &data)

Using the above code, I have retrieved the data of “.tif” file using “libtiff” library

But the data is in below format, I need to decode that data and make the data as readable format using C++

I have attached the file which contains the retrieved data.

Can anyoneplease help me with the above!!