A fix for weird PNGs that aren't displaying properly#2
Open
amythiz wants to merge 1 commit intostuffed18:mainfrom
Open
A fix for weird PNGs that aren't displaying properly#2amythiz wants to merge 1 commit intostuffed18:mainfrom
amythiz wants to merge 1 commit intostuffed18:mainfrom
Conversation
WoodyClippy
reviewed
Mar 1, 2026
| print(f'{file_path} fixed') | ||
| except ValueError: | ||
| print(f'{file_path} doesn\'t need fixing') | ||
|
|
There was a problem hiding this comment.
Suggested change
| Can you please add these links? my archive: [](https://archive.org/download/woodys-ipa), Kick the Buddy Rare Collection: [](https://archive.org/download/kick-the-buddy-hd-1.10), and Dylan's IPA Archive: [](https://archive.org/download/ipa-collection_202302). Thx``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apple had its own non-standard PNG format (PNG CgBI) that was used sometimes on early iPhones. I wrote a script (tools/fix_PNG_CgBI.py) that converts them to normal PNGs using PyiPNG library. Still doesn't fix some of the icons for some reason (for example, 51990.png is fixable, but 50471.png isn't)