-
Notifications
You must be signed in to change notification settings - Fork 1
ICO411
jtippet edited this page Mar 23, 2019
·
1 revision
This tool supports generating bitmap frames with the following encodings:
- indexed1: 1-bit monochrome
- indexed2: 2-bit CGA
- indexed4: 4-bit EGA
- indexed8: 8-bit VGA
- rgb555: 15-bit (actually stored as 16-bit)
- rgb888: 24-bit (non-standard)
- 0rgb888: 32-bit without alpha
- argb8888: 32-bit with alpha
Any other encoding is not supported.