What is this?
-------------
This archive contains command line utilities to convert the
images on Maria's Xmas Box's game disc to IFF, and to conv-
ert IFF images to the format that the game uses.
They will work on Kickstart 1.3 or better, but they do need
iffparse.library that came with Workbench 2 and onwards.
Source code is included.
Instructions
------------
To convert an image from the game disc to IFF:
maria2iff <input-file> <output-file>
To convert an IFF image to the game's format:
iff2maria <input-file> <output-file>
Images must be HAM and 320 pixels wide. The in-game images
(named maria1 to maria9) must be 200 pixels tall, while
mariaoption and Mariatitle must be 256 pixels tall.
History
-------
1.1.1 (Sep 13, 2024)
- Fixed some error messages.
1.1 (Dec 27, 2023)
- Improved and documented the unpack routine.
1.0 (Dec 12, 2023)
- Initial release.
|