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.
the icon is mostly a vector graphic besides the overlayed grain.
duplicated and scaled the 512px PSD file to 1024x1024 and regenerated the overlayed grain/noise with the new resolution. the grain was replicated as best es possible to match the original grain pattern, since the original settings are not documented.
this is in preparation for the new macOS 26 friendly icon. the new maximum icon size is 1024x1024px. the PNGs were exported the same way as the old ones for consistency. though in a feature update they should be properly regenerated because of various problems.
one of the problems is that the different PSD files use different colour profiles leading to different colours when exported. as an example the app and documents icon. one uses a profile named "Display" the other "iMac", which i guess is the colour profile used by the display of the mac used at the time of creation. imo this should use a standard colour profile like sRGB or Adobe RGB. the difference in colour is caused by the usage of the same RGB values (92 0 92, #5c005c) for the purple in different RGB colour spaces.
we should fix this discrepancy in a future change.