Miro Hrončok | 3a69f3c | 2020-04-22 09:21:44 +0200 | [diff] [blame] | 1 | The IDLE icons are from https://bugs.python.org/issue1490384 |
| 2 | |
| 3 | Created by Andrew Clover. |
| 4 | |
| 5 | The original sources are available from Andrew's website: |
| 6 | https://www.doxdesk.com/software/py/pyicons.html |
| 7 | |
| 8 | Various different formats and sizes are available at this GitHub Pull Request: |
| 9 | https://github.com/python/cpython/pull/17473 |
Miro Hrončok | faddc74 | 2020-10-20 14:21:08 +0200 | [diff] [blame] | 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 |