Difference between revisions of "Myst PICT resources"
| m (Protected "Myst PICT resources" [edit=autoconfirmed:move=autoconfirmed]) |  (not invalid PICT data, just more complex) | ||
| Line 5: | Line 5: | ||
| They contain pictures stored in plain [http://en.wikipedia.org/wiki/PICT Apple PICT] format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded. | They contain pictures stored in plain [http://en.wikipedia.org/wiki/PICT Apple PICT] format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded. | ||
| − | However, a few cases do not contain JPEG data (e.g. PICT 2258 from STONE.DAT, PICT 4109, 4112, 4113, 4447, 4461, 4462, 4479-4483, 4551, 4779, 11221, 11222 from MYST.DAT). These contain  | + | However, a few cases do not contain simple JPEG data (e.g. PICT 2258 from STONE.DAT, PICT 4109, 4112, 4113, 4447, 4461, 4462, 4479-4483, 4551, 4779, 11221, 11222 from MYST.DAT). These contain more elaborate PICT data, such as LongComments and DirectBits QuickDraw opcodes. Also note that a few perverse PICT resources just retain the WDIB format (i.e. PICT 2105 and 2112 from STONE.DAT). | 
Revision as of 15:11, 15 October 2008
| Myst | |||
| Mohawk | Overview | ||
| CLRC | EXIT | HINT | INIT | 
| MJMP | MSND | PICT | RLST | 
| VIEW | WDIB | HELP | RSFL | 
| Scripts | Variables | ||
PICT resources contain the main game graphics in Myst Masterpiece Edition, replacing most WDIBs of the original edition with true-color versions.
They contain pictures stored in plain Apple PICT format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded.
However, a few cases do not contain simple JPEG data (e.g. PICT 2258 from STONE.DAT, PICT 4109, 4112, 4113, 4447, 4461, 4462, 4479-4483, 4551, 4779, 11221, 11222 from MYST.DAT). These contain more elaborate PICT data, such as LongComments and DirectBits QuickDraw opcodes. Also note that a few perverse PICT resources just retain the WDIB format (i.e. PICT 2105 and 2112 from STONE.DAT).
