bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)

(cherry picked from commit faddc7449d)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
Miss Skeleton (bot) 2020-10-20 10:17:31 -07:00 committed by GitHub
parent 333782a3f4
commit d84e411005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,7 @@ https://www.doxdesk.com/software/py/pyicons.html
Various different formats and sizes are available at this GitHub Pull Request:
https://github.com/python/cpython/pull/17473
The idle.ico file was created with ImageMagick:
$ convert idle_16.png idle_32.png idle_48.png idle_256.png idle.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,2 @@
Add a 256×256 pixel IDLE icon to the Windows .ico file. Created by Andrew
Clover. Remove the low-color gif variations from the .ico file.