Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | GRAPHICS: Add palette start index and color count functions to ImageDecoder | Matthew Hoops | |
2012-04-22 | GRAPHICS: Fix BMP getPalette function definition. | D G Turner | |
The BMP decoder getPalette function definition is now identical to the other image format decoders subclassed from ImageDecoder. This also fixes a overloaded virtual warning reported by salty-horse. | |||
2012-04-08 | GRAPHICS: Add comments on which engines use the decoders | Matthew Hoops | |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops | |
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability. |