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

Decompress 32 bit tiff file each layer image data for ZIP

Community Beginner ,
Mar 25, 2024 Mar 25, 2024

hi all,
i have saved the 32 bit tiff file layer compression type as "ZIP compression" and i have retrieved the compressed data from tiff file. so now how can i decompress that data of each layer image for 32 bit tiff file.
can anyone please help me to get this data or any method to decompress 32 bit image data of each layer.

Thank you

TOPICS
Actions and scripting , SDK
698
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

correct answers 1 Correct answer

Community Expert , Mar 26, 2024 Mar 26, 2024
Translate
Adobe
Community Expert ,
Mar 25, 2024 Mar 25, 2024

Why not just open the file? Once loaded in memory it is uncompressed.

Dave

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
Community Beginner ,
Mar 25, 2024 Mar 25, 2024

@davescm thanks for your Response.
i have the compressed data of 32 bit tiff file layer image , which compressed using zip while saving tiff file.
but i need help that i want to decompress 32 bit tiff file layer image data for zip decompression.
thanks

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
Community Expert ,
Mar 25, 2024 Mar 25, 2024

Opening the file decompresses it. There is nothing more to decompress.

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
Community Beginner ,
Mar 25, 2024 Mar 25, 2024

@D Fosse  thanks for your response
i have retrieved  32 bit tiff file other layer information  like layer name and other layer properties.
and i have retrieved the each layer image data from tiff file. and the data of each layer information is compressed zip type. so i want to decompress that each layer image data and i want to create PNG image from that image data.
thank you

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
Community Expert ,
Mar 25, 2024 Mar 25, 2024

Is this a SDK specific question? Is it action specific? If scripting, is this ExtendScript or UXP?

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
Community Beginner ,
Mar 25, 2024 Mar 25, 2024

@Stephen Marsh  thanks for your response./
i have used libtiff library to get the layer information and layer image data.
the image data is in compressed format zip compression type and i want to decompress the data . is there any code that will decompress image data "ZIP WithPredictor" for tiff file

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
Community Expert ,
Mar 25, 2024 Mar 25, 2024

Sorry, I can't help with SDK, I just wanted to clarify your requirements so that someone with the appropriate knowledge can answer.

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
Community Beginner ,
Mar 25, 2024 Mar 25, 2024

hi all,
how photoshop using to save 8,16 and 32 bit image data of each layer image , meaning which method is using to save image data of each layer for the compression type ZIP .
thanks

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
Community Expert ,
Mar 26, 2024 Mar 26, 2024
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
Community Beginner ,
Mar 27, 2024 Mar 27, 2024
LATEST

thanks @davescm it works

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