scummvm/image
Eugene Sandulenko 8626c39b21
IMAGE: Fix SMC decoder
It is a regression introduced in 6fb49b6595.
Because of this, we were not reading all the bytes from the source.
2021-08-10 20:51:42 +02:00
..
codecs IMAGE: Fix SMC decoder 2021-08-10 20:51:42 +02:00
bmp.cpp
bmp.h IMAGE: Mention usage of bmp decoder by ultima8 engine 2021-06-24 08:44:08 +09:00
cel_3do.cpp
cel_3do.h
gif.cpp IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
gif.h IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
iff.cpp
iff.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
image_decoder.h
jpeg.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
jpeg.h
module.mk CRYOMNI3D: Move HNMDecoder into common code 2021-04-17 21:48:45 +03:00
pcx.cpp
pcx.h
pict.cpp
pict.h
png.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
png.h IMAGE: Use 0-bit alpha for non-transparent PNGs 2021-07-05 01:00:11 +02:00
tga.cpp
tga.h