scummvm/graphics/decoders
Johannes Schickel 933726a7e8 Merge pull request #263 from somaen/tgaloader
GRAPHICS: Add in a TGA-decoder
2012-08-29 06:58:22 -07:00
..
bmp.cpp GRAPHICS: Add support for 32bpp BMPs 2012-08-13 02:31:34 +02:00
bmp.h GRAPHICS: Add palette start index and color count functions to ImageDecoder 2012-05-14 09:56:56 -04:00
image_decoder.h GRAPHICS: Clarify format of the palette in ImageDecoder 2012-08-12 17:44:23 -04:00
jpeg.cpp GRAPHICS: Make the JPEG code use the new YUV to RGB converter 2012-03-20 01:06:48 +01:00
jpeg.h GRAPHICS: Add comments on which engines use the decoders 2012-04-08 08:58:42 -04:00
pict.cpp GRAPHICS: Add palette start index and color count functions to ImageDecoder 2012-05-14 09:56:56 -04:00
pict.h GRAPHICS: Add palette start index and color count functions to ImageDecoder 2012-05-14 09:56:56 -04:00
png.cpp GPRAHICS: Slight cleanup in png.cpp. 2012-08-21 02:19:51 +02:00
png.h GRAPHICS: Reimplement the PNG-decoder using libpng 2012-08-20 21:14:59 +02:00
tga.cpp GRAPHICS: Add in a TGA-decoder 2012-08-29 14:05:54 +02:00
tga.h GRAPHICS: Add in a TGA-decoder 2012-08-29 14:05:54 +02:00