Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Sep 21, 2023 Sep 21, 2023

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!!

347
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Beginner ,
Sep 20, 2023 Sep 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!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines