gbcamextract
Extracts photos from Game Boy Camera saves.
C★ 52⑂ 3 forksMITupdated 4 years ago
git clone https://github.com/jkbenaim/gbcamextract.gitjkbenaim/gbcamextractREADME.mdfork it — it’s yours
gbcamextract
Extracts photos from Game Boy Camera / Pocket Camera saves. Frames can be preserved. The Hello Kitty camera is supported too.
Usage
gbcamextract [-r rom.gb] -s save.sav
This will produce 30 PNG files containing your photos. It is optional to specify the rom; this will allow the picture frames to be extracted too.
Building
You will first need to install libpng.
Then, for Linux:
make
Or for Windows:
mingw32-make -f Makefile.win
License
Licensed under the expat license, which is sometimes called the MIT license.
See the LICENSE file for details.
more like this
GB-Memory-Binary-Maker
An application to quickly generate binaries to burn to the official Nintendo GB Memory flash cartridge
C#★ 53