Skip to content

Commit

Permalink
update readme with new usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbenaim committed May 6, 2022
1 parent 850ca6c commit eafd94e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit eafd94e

Please sign in to comment.