mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
This commit is contained in:
parent
ff1ae3dd33
commit
faddc7449d
3 changed files with 6 additions and 0 deletions
|
@ -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 |
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue