需要解压缩PNG块

时间:2019-11-17 18:28:27

标签: image png

我有一个PNG,我相信它会将一些数据隐藏在DAT块中。第一个DAT块具有zlib压缩,而其他DAT块则没有。有人可以帮我解压缩吗?

File: layer2.png (348486 bytes)
  chunk IHDR at offset 0x0000c, length 13
    554 x 379 image, 24-bit RGB, non-interlaced
  chunk IDAT at offset 0x00025, length 65536
    zlib: deflated, 32K window, default compression
  chunk IDAT at offset 0x10031, length 65536
  chunk IDAT at offset 0x2003d, length 65536
  chunk IDAT at offset 0x30049, length 65536
  chunk IDAT at offset 0x40055, length 65536
  chunk IDAT at offset 0x50061, length 20359
  chunk IEND at offset 0x54ff4, length 0

也可能是第一块中有加密吗?忽略IEND标记之外的多余文本。我知道了。

这是图片: layer2.png

0 个答案:

没有答案