ScummPacker v3 r1
- Complete rewrite. Breaks all compatability with old versions.
 - Supports SCUMM v4, v5, and v6 games, as well some v3 games.
 - Outputs some information (such as headers) to XML format.
 - No longer need to explicitly state the order of each block.
 - All object data are contained within their own sub-folder.
 - Local scripts are contained within their own sub-folder.
 - License changed from "public domain" to the MIT/X11 license.
 
Python Source
SCUMM Image Encoder v2 r1
- Updated to work with ScummPacker v3
 - New option to "freeze" the palette, preventing the original palette from being updated.
 - New option to specify the quantization (number of colours in the palette)
 - License changed from "public domain" to the MIT/X11 license.
 
Python Source