Skip to content

Commit

Permalink
Add 64 and 256 icon sizes to geany.ico
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
techee committed Jan 9, 2022
1 parent 0601c73 commit 8e33c75
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified icons/geany.ico
Binary file not shown.

0 comments on commit 8e33c75

Please sign in to comment.