View all by RastPort
RastPort
Follow RastPort
Follow
Following RastPort
Following
Add To Collection
Collection
Comments
Devlog
Submission to Amiga 40 Tools Jam 2025
IFFChunkTool
←
Return to IFFChunkTool
Devlog
Multiple chunks of the same ID
July 23, 2025
by
RastPort
Designing IFFChunkTool I was not aware that IFF files can contain multiple chunks with the same chunk ID. For example system preferences files. "ENV:Sys/font.prefs" contains 3 'FONT' chunks. Release 1...
Continue reading
1.0 Release
July 19, 2025
by
RastPort
IFFChunkTool reached 1.0 release. It means I consider it feature complete, and there are no known bugs to be fixed. Changes from version 0.2 are: In-place modification of the source file if destinatio...
Continue reading
More features added
July 17, 2025
by
RastPort
I have just implemented two planned features and one not planned. First, for modes, which alter IFF structure, there is an option to omit the destination file. In this case the source file is modified...
Continue reading
The first feature complete version
July 15, 2025
by
RastPort
I've just released IFFChunkTool 0.2, the first version with all the major features in place. Now it can be called a Swiss Army knife for IFF files. With IFFChunkTool one can: List chunks in IFF file...
Continue reading
Refactoring, added functionality
July 09, 2025
by
RastPort
#C++, #Amiga, #IFF
I have decided to refactor the project and expand classes hierarchy to avoid duplication of common code. Seven operation modes of IFFChunkTool can be divided into three groups: LIST mode alone. EXTRAC...
Continue reading