aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/image_decoder.h
AgeCommit message (Collapse)Author
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-26GRAPHICS: Clarify implicit destroy() usageMatthew Hoops
2012-09-09GRAPHICS: Fix ImageDecoder inconsistency with getPalette()Matthew Hoops
Per LordHoto's suggestion
2012-08-12GRAPHICS: Clarify format of the palette in ImageDecoderMatthew Hoops
2012-05-14GRAPHICS: Add palette start index and color count functions to ImageDecoderMatthew Hoops
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability.