mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
8a8ac63636
Previously, the PNGDecoder would always convert images that have a palette with a transparent color(s) to a full RGBA surface automatically. There needed to be a way to diable this and keep the image paletted for the Glk engine, since some Infocom V6 game Blorb files reuse the palettes from previous images, so I couldn't have the decoder using the dummy palette that comes with the image |
||
---|---|---|
.. | ||
codecs | ||
bmp.cpp | ||
bmp.h | ||
iff.cpp | ||
iff.h | ||
image_decoder.h | ||
jpeg.cpp | ||
jpeg.h | ||
module.mk | ||
pcx.cpp | ||
pcx.h | ||
pict.cpp | ||
pict.h | ||
png.cpp | ||
png.h | ||
tga.cpp | ||
tga.h |