Add 64 and 256 icon sizes to geany.ico
commit8e33c750eb5f037cc5fc048c622c7c84a6a47eb8
authorJiří Techet <techet@gmail.com>
Sun, 9 Jan 2022 09:45:31 +0000 (9 10:45 +0100)
committerJiří Techet <techet@gmail.com>
Sun, 9 Jan 2022 17:10:05 +0000 (9 18:10 +0100)
tree684e2c6713853b3059cbed5e1a23476b92d9fd5e
parent0601c73f7a7abc40fe9ddbff6b906b0d0e5b5f79
Add 64 and 256 icon sizes to geany.ico

On Windows with HiDPI screen the Geany ico is really blurry and hopefully
this fixes it. The icon was generated with the following commands:
```
inkscape -w 64 -h 64 -e 64.png scalable/geany.svg
inkscape -w 256 -h 256 -e 256.png scalable/geany.svg
convert 256.png 64.png 48x48/geany.png 32x32/geany.png 16x16/geany.png geany.ico
```
(requires inkscape and imagemagick installed)

Based on

https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-icons

Microsoft recommends 16, 32, 48, 256 sizes of ico files and 64 for
"classic mode" so the generated sizes should cover all of them.

I didn't make a Windows build with this icon so I actually haven't
tested it myself if it fixes the problem.
icons/geany.ico