Skip to main content
Participating Frequently
March 25, 2024
Answered

Decompress 32 bit tiff file each layer image data for ZIP

  • March 25, 2024
  • 2 replies
  • 1143 views

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

This topic has been closed for replies.

2 replies

Participating Frequently
March 26, 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

davescm
davescmCorrect answer
Community Expert
March 26, 2024
Participating Frequently
March 27, 2024

thanks @davescm it works

davescm
Community Expert
March 25, 2024

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

Dave

Participating Frequently
March 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

Stephen Marsh
Community Expert
March 26, 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


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