This Python script extracts end of level photos from the savegame files of the video game Sackboy: A Big Adventure. It also extracts "superseded" photos, no longer visible in-game. For technical details, see my blog post about the topic.
Prerequisites:
- Python 3
- Make sure Python 3 is installed on your computer
- Open a command line (e.g. cmd.exe)
- Run the script, and provide an output folder where the images will be extracted
E.g.:
python GingerBreadImageExtractor.py D:\your_out_folder
Extraction should take a few minutes at max.
This project is released under the MIT License. Please see LICENSE.txt for details.