You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
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.