S16Viewer v0.3
==============
A program for displaying Creatures 2 image files in 
the .s16 format.

Usage
=====
S16Viewer <image.s16>

eg:

S16Viewer c2\images\lobs.s16

The easiest way to use this program is to create a shortcut
to it on the desktop. You can then use explorer to drag the
image files onto the shortcut. This will then run the viewer,
displaying the image file.

When an image is displayed the title bar of the window will
show the filename, the number of the current image being
viewed, followed by the total number of images in the file.

eg. lobs.s16 2/8

This means the second image out of a total of 8 is being
displayed from the file lobs.s16.

Use the left and right arrow keys or the left and right
mouse buttons to move through the images in the file. 

Notes
=====
This is a first try at a simple image viewer. I've only
tested it in one particular screen mode - the same one I
use to run windows but it should work in any 16bpp mode.

If no bugs are found and things seem to work OK I'll release the
source code. If you want a copy of the source code as is, let me
know.

Caveat
======
This is a test program. It uses the .s16 image file format as I've
been able to work it out and therefore may be not work on some files.
It may crash your machine or do other horrible things if things go wrong. 

Versions
========
V0.1 - Initial Release.
V0.2 - Added decoding of 5-5-5 image format.
V0.3 - Fixed bug in 5-5-5 decoding.

Chris Double.
chris@cnd.co.nz
http://www.cnd.co.nz/creatures

