Anim2Bmp by ssjx (http://ssjx.co.uk)
===================================

Converts an Amiga 8bit, 24bit, EHB or HAM6/8 IFF Animation to a sequence of Windows BMP files.

This was made using the D Programming Language (https://dlang.org/)

* It is a combination of my C# animation player and D iff2bmp converter so the code may be a little messy!

* It has been tested on a limited selection of files so there may be compatability issues...
	
Usage
-----
anim2bmp mypic.iff

Compiling
---------
dmd -i anim2bmp.d

Changes
-------
Version 0.1 (27/01/2024)
+ First Release