|
GME
13
|
Classes | |
| class | Out |
Functions | |
| def | roundup |
Variables | |
| tuple | sizes = ( (48,48), (32,32), (16,16) ) |
| tuple | palettesize = ( 0, 0, 0, 0 ) |
| tuple | bpp = ( 32, 32, 32, 24) |
| list | files = [] |
| tuple | data = datafile.read() |
| tuple | out = Out(output) |
| def make_ico.roundup | ( | x | ) |
Definition at line 29 of file make_ico.py.
| tuple make_ico::bpp = ( 32, 32, 32, 24) |
Definition at line 27 of file make_ico.py.
| string make_ico::data = datafile.read() |
Definition at line 36 of file make_ico.py.
| list make_ico::files = [] |
Definition at line 33 of file make_ico.py.
| tuple make_ico::out = Out(output) |
Definition at line 49 of file make_ico.py.
| tuple make_ico::palettesize = ( 0, 0, 0, 0 ) |
Definition at line 26 of file make_ico.py.
| tuple make_ico::sizes = ( (48,48), (32,32), (16,16) ) |
Definition at line 25 of file make_ico.py.
1.7.6.1