scummvm/image
2025-03-27 13:47:57 +08:00
..
codecs IMAGE: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
ani.cpp IMAGE: Use readMultipleLE in AniDecoder parser 2024-04-01 08:32:52 +03:00
ani.h IMAGE: Fix wrong defines in ICO/CUR/ANI loader 2024-04-01 08:32:52 +03:00
bmp.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
bmp.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
cel_3do.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
cel_3do.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
cicn.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
cicn.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
codec-options.h IMAGE: Add codec accuracy options 2024-09-04 10:14:05 +03:00
gif.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
gif.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
icocur.cpp IMAGE: Add support for loading CUR and ANI files 2024-03-31 14:39:28 -04:00
icocur.h IMAGE: Fix wrong defines in ICO/CUR/ANI loader 2024-04-01 08:32:52 +03:00
iff.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
iff.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
image_decoder.h IMAGE: Remove unnecessary mask-related methods 2025-01-01 14:41:20 +02:00
jpeg.cpp IMAGE: Fix calling JPEGDecoder::getPixelFormat() before loading the frame 2025-03-03 07:30:22 +02:00
jpeg.h IMAGE: Add more validation for Codec::setOutputPixelFormat 2025-03-02 02:34:07 +02:00
module.mk SCUMM: MACGUI: Complete rework of v6-7 window palettes 2025-01-01 14:41:20 +02:00
neo.cpp IMAGE: moved neo decoder from freescape to image 2023-11-18 22:12:23 +01:00
neo.h IMAGE: moved neo decoder from freescape to image 2023-11-18 22:12:23 +01:00
pcx.cpp IMAGE: Fix 24bpp PCX image decoding. 2025-02-28 02:57:34 +02:00
pcx.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
pict.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
pict.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
png.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
png.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
scr.cpp IMAGE: SCR: tweaked palette to match real hardware 2024-03-23 14:30:26 +01:00
scr.h IMAGE: moved scr decoder from freescape to image 2023-11-18 22:12:23 +01:00
tga.cpp IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
tga.h IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
xbm.cpp GRAPHICS: Add an XBM decoder 2023-03-05 21:18:36 +01:00
xbm.h GRAPHICS: Add an XBM decoder 2023-03-05 21:18:36 +01:00