[Github-comments] [geany/geany] Add 64 and 256 icon sizes to geany.ico (PR #3090)

Jiří Techet notifications at xxxxx
Sun Jan 9 09:47:45 UTC 2022


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 16x16/geany.png 32x32/geany.png 48x48/geany.png 64.png 256.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.

Note that Thunar on xfce apparently doesn't like the 256 icon size and
displays a preview that looks like a noise but the icon is displayed
correctly on macOS (and I assume Windows too).

I didn't make a Windows build with this icon so I actually haven't
tested it myself if it fixes the problem.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3090

-- Commit Summary --

  * Add 64 and 256 icon sizes to geany.ico

-- File Changes --

    M icons/geany.ico (0)

-- Patch Links --

https://github.com/geany/geany/pull/3090.patch
https://github.com/geany/geany/pull/3090.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3090
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3090 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220109/9ae203d1/attachment.htm>


More information about the Github-comments mailing list