scummvm/image
Torbjörn Andersson 1ae0fe2d1e GRAPHICS: Assume PICT are version 2 by default
The version number decides if opcodes are 1 or 2 bytes, but we don't
know for sure which it is until the first opcode has been handled. But
the way the o_versionOp1 opcode is defined, we should recognize it it
regardless, so going from assumed version 2 to confirmed version 1
should be no problem. I do not have any test case to confirm this,
though.

What I do know is that going from assumed version 1 to confirmed version
2 does not work, so we want _version to be well defined (even if wrong)
from the beginning.
2022-11-22 07:10:20 +01:00
..
codecs IMAGE: Add missing initializer to HNM6 decoder 2022-09-18 12:12:02 +02:00
bmp.cpp
bmp.h
cel_3do.cpp
cel_3do.h
gif.cpp
gif.h
iff.cpp
iff.h
image_decoder.h
jpeg.cpp
jpeg.h
module.mk CRYOMNI3D: Add HNM6 image and video codec 2022-08-30 11:02:32 +02:00
pcx.cpp
pcx.h
pict.cpp GRAPHICS: Assume PICT are version 2 by default 2022-11-22 07:10:20 +01:00
pict.h
png.cpp
png.h
tga.cpp
tga.h