Short: Decode an IFF file Author: matsp888@yahoo.com (Mats Peterson) Uploader: matsp888 yahoo com (Mats Peterson) Type: util/misc Version: 1.3 Replaces: util/misc/IFFDecode.lha Architecture: m68k-amigaos >= 2.0.4 Distribution: Aminet IffDump "decodes arbitrary IFF files", according to Matthew Dillon, the original author. I have changed the name to `IFFDecode', and "modernized" it by using AmigaOS release 2 functions and by making it "Workbench-savvy". It can now be used with extended selection in Workbench, and it has support for multiple files, and pattern matching in the CLI. The functionality is otherwise more or less the same as in the original IffDump program, apart from more verbose output in some places, and display of some additional chunks. New in v1.3 ----------- - Might as well make the width of the console window the same as the width of the Workbench screen. - Now opening intuition.library and icon.library where they are actually used, rather than at the beginning of the program. - Added an icon to `Changes'. New in v1.2 ----------- - Added CLOSE and WAIT to the console window specification. No more need to press Return to close the window. - Now using the Intuition function GetScreenInfo() to make the height of the console window the same as the height of the Workbench screen rather than hardcoding it to 200 pixels.