Commit 1efde6e
authored
Add icons variants for required resolutions (#1017)
* Add icons variants for required resolutions
* Optimize PNG's size
Even without centralizing the resources, we can already save a few bytes.
The total size was reduced by 75%.
* Replace iTunes variants by a very compact transparent image
This will never hit the AppStore anyway.
* Replace images by lossless optimized variants
The previous optimization pass was lossy. This PR replace images with an optimized lossless variant of the original.
* Restore original iPhone icons
I don't know why images that were supposedly losslessly optimized by ImageOptim were less vibrant than the original.
I restored them by their original variants. Upscaled variants are less vibrant though, but I guess it's acceptable without access to the original vector source.
* Fix color space
ImageOptim seems to change the color space when it optimizes files losslessly.
I've created new variants with Pixelmator Pro and exported as web-compressed from there instead.1 parent d924b9a commit 1efde6e
File tree
42 files changed
+28
-0
lines changed- Examples
- CaseStudies
- SwiftUICaseStudies/Assets.xcassets/AppIcon.appiconset
- UIKitCaseStudies/Assets.xcassets/AppIcon.appiconset
- Search/Search/Assets.xcassets/AppIcon.appiconset
- SpeechRecognition/SpeechRecognition/Assets.xcassets/AppIcon.appiconset
- TicTacToe/App/Assets.xcassets/AppIcon.appiconset
- Todos/Todos/Assets.xcassets/AppIcon.appiconset
- VoiceMemos/VoiceMemos/Assets.xcassets/AppIcon.appiconset
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+28
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
0 commit comments