Short: Tool for manipulating IFF files Author: Grzegorz Kraszewski Uploader: grzegorz kraszewski gmail com Type: util/misc Version: 1.0 Architecture: m68k-amigaos >= 3.0 IFFChunkTool is a command-line tool for automated or manual processing of IFF files. It has following functions: * Listing of IFF chunks in a file. * Hexdump of selected chunk contents. * Saving selected chunk contents to a file. * Removing a chunk. * Replacing chunk contents. * Inserting a new chunk as the first one. * Appending a new chunk as the last one. * Inserting a new chunk after another. * Creating an empty IFF file of given type. New chunk contents may be loaded from a file, or specified as a string. This string accepts percent encoding for unprintable bytes. Version history 1.0 (18.0.2025) * Initial release.