scummvm/image
sluicebox b195ff5e19 GRAPHICS: Add support for PICT opcode $90 BitsRect
Add limited support for unpacked PICT bits which FPFP Mac requires.

SCI games use packed PICT bits unless an image is less than 8 bytes
per row in which case they can't be packed, like FPFP's shovel icon.

Fixes bug #7059 which prevents the game from being completed.
2019-03-31 14:02:58 +03:00
..
codecs IMAGE: Honor nb_fields when calculating frame duration 2018-11-04 22:33:22 +01:00
bmp.cpp IMAGE: Fix taking screenshots on big endian systems 2019-03-02 07:29:22 +01:00
bmp.h IMAGE: Move bitmap writing code out of OpenGLGraphicsManager 2019-03-02 07:29:22 +01:00
iff.cpp IMAGE: Remove trailing whitespace 2014-10-28 15:38:51 +02:00
iff.h IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
image_decoder.h IMAGE: Remove trailing whitespace 2014-10-28 15:38:51 +02:00
jpeg.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
jpeg.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
module.mk IMAGE: Inline indeo getVLC2 2017-08-24 19:46:59 +02:00
pcx.cpp IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
pcx.h IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
pict.cpp GRAPHICS: Add support for PICT opcode $90 BitsRect 2019-03-31 14:02:58 +03:00
pict.h GRAPHICS: Add support for PICT opcode $90 BitsRect 2019-03-31 14:02:58 +03:00
png.cpp IMAGE: Fix taking screenshots on big endian systems 2019-03-02 07:29:22 +01:00
png.h IMAGE: add flag to skip signature check in png decoder 2017-07-13 18:27:45 +02:00
tga.cpp IMAGE: Properly load bottom origin RLE encoded TGA images 2017-01-01 02:36:01 -05:00
tga.h IMAGE: Add titanic to list of engines using TGA decoder 2016-08-05 19:19:45 -04:00