Skip to content
jtippet edited this page Mar 23, 2019 · 1 revision

ICO411: UnsupportedBitmapEncoding

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.

Clone this wiki locally