Skip to content

Commit faddc74

Browse files
authored
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
1 parent ff1ae3d commit faddc74

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Lib/idlelib/Icons/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ https://www.doxdesk.com/software/py/pyicons.html
77

88
Various different formats and sizes are available at this GitHub Pull Request:
99
https://github.com/python/cpython/pull/17473
10+
11+
The idle.ico file was created with ImageMagick:
12+
13+
$ convert idle_16.png idle_32.png idle_48.png idle_256.png idle.ico

Lib/idlelib/Icons/idle.ico

37.1 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add a 256×256 pixel IDLE icon to the Windows .ico file. Created by Andrew
2+
Clover. Remove the low-color gif variations from the .ico file.

0 commit comments

Comments
 (0)