Short: IFF-ILBM file processor Author: Mario Speranda Uploader: Mario Speranda Type: dev/c Architecture: m68k-amigaos This program converts iff/ilbm files to raw files. It`s freeware. Simply use it like this: ProcessILBM

This should create 3 files: filename.BMHD, filename.CMAP & filename.BODY. The body will contain raw uncompressed data. You can specify `P` to write plane after plane, or `L` to write line after line. I find it very helpfull when writing programes in C, to use files created this way, rather than using ILBM files.