From eafd94e8ce42cae191617c851cd94764cd7dca90 Mon Sep 17 00:00:00 2001 From: Jason Benaim Date: Thu, 5 May 2022 22:53:51 -0700 Subject: [PATCH] update readme with new usage --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c62d11c..2107d0e 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@ gbcamextract ============ -Extracts photos from Game Boy Camera saves. Frames can be preserved. Requires [libpng](http://www.libpng.org/pub/png/libpng.html). +Extracts photos from Game Boy Camera / Pocket Camera saves. Frames can be preserved. The Hello Kitty camera is supported too. ## Usage ```console -gbcamextract save.sav +gbcamextract [-r rom.gb] -s save.sav ``` -This will produce 30 PNG files containing your photos. If you want the frames around your photos to be preserved, then you must provide a Game Boy Camera ROM, like so: +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. -```console -gbcamextract save.sav camera.gb -``` - - -## Install +## Building -You will first need to install [libpng](http://www.libpng.org/pub/png/libpng.html) +You will first need to install [libpng](http://www.libpng.org/pub/png/libpng.html). -Then, simply: +Then, for Linux: ```console make ``` +Or for Windows: +```console +mingw32-make -f Makefile.win +``` + ## License