[geany/geany] 8e33c7: Add 64 and 256 icon sizes to geany.ico

Jiří Techet git-noreply at xxxxx
Sun Jan 9 17:10:05 UTC 2022


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 09 Jan 2022 17:10:05 UTC
Commit:      8e33c750eb5f037cc5fc048c622c7c84a6a47eb8
             https://github.com/geany/geany/commit/8e33c750eb5f037cc5fc048c622c7c84a6a47eb8

Log Message:
-----------
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.


Modified Paths:
--------------
    icons/geany.ico

Modified: icons/geany.ico
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list