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

Converts an Amiga 8bit, 24bit, EHB or HAM6/8 IFF ILBM image to a Windows BMP file.

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

Usage
-----

iff2bmp mypic.iff

Changes
-------
Version 0.3 (21/05/2023)
+ (07/05/2023) File not found message!
+ (21/05/2023) Uses seek to skip unknown chunks. Faster, one less allocation.

Version 0.2 (01/01/2023)
+ HAM6 / EHB added
+ Fixed problem in width function (used % instead of &)
+ Fixed fault in HAM6 (did not follow spec correctly)

Version 0.1a (28/12/2022)
+ No changes, fresh recompile with dmd v2.101.1

Version 0.1 (24/10/2020)
+ First Release