Skip to content

Conversation

@compnerd
Copy link
Member

Update the icon to contain the various sized icons that we would like to use. This was generated by converting Swift_logo_color.svg into various fixed sized PNGs and then collecting them into the icon via:

FOR %G IN (16,20,24,30,32,36,40,48,60,64,72,80,96,128,256) DO (magick convert -background none -resize %Gx%G Swift_logo_color.svg logo@%G.png)
magick convert logo@16.png logo@20.png logo@24.png logo@30.png logo@32.png logo@36.png logo@40.png logo@48.png logo@60.png logo@64.png logo@72.png logo@80.png logo@96.png logo@128.png logo@256.png logo.ico

Update the icon to contain the various sized icons that we would like to
use.  This was generated by converting `Swift_logo_color.svg` into
various fixed sized PNGs and then collecting them into the icon via:

```cmd
FOR %G IN (16,20,24,30,32,36,40,48,60,64,72,80,96,128,256) DO (magick convert -background none -resize %Gx%G Swift_logo_color.svg logo@%G.png)
magick convert [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] logo.ico
```
@compnerd compnerd merged commit cb31002 into swiftlang:main Aug 31, 2023
@compnerd compnerd deleted the logo branch August 31, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants