Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Corrupted PNG files #11

@watchingdogs

Description

@watchingdogs

After extracting a pack (with GUI) I successfully got the directory of the pack, and I was able to view random images. However, when I tried to load it with Python's PIL library, I found that the images have CRC errors.

Example pngcheck output:

 chunk IHDR at offset 0x0000c, length 13
    256 x 256 image, 24-bit RGB, non-interlaced
  CRC error in chunk IHDR (computed d3103f31, expected d8928bab)

While the image data might be there, this mismatch causes many programs to identify the files as corrupted, and thus do not allow any further use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions