Skip to content

Commit

Permalink
feat(readme): update readme with usage and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfOak committed Dec 8, 2018
1 parent c9d1fae commit a1a1cb2
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions README.md
@@ -1,2 +1,55 @@
# gbprinter
Convert images to GameBoy screenshots.

Installation
---

```bash
go get github.com/ProfOak/gbprinter
```

Usage
---

```bash
gbprinter image.png
```

The resulting image will be named `image_color-palette.png`


Extra
---

```bash
gbprinter -help
Usage of gbprinter:
-palette string
Color choices: down, downa, downb, grayscale, greenscale, left, lefta, leftb, right, righta, rightb, up, upa, upb (default "grayscale")
```

Examples
---

### Grayscales

![original](images/amarao.jpg)
![grayscale](images/amarao_grayscale.png)

![original](images/catac.jpg)
![grayscale](images/catac_grayscale.png)

![original](images/integrating_pistol.jpg)
![grayscale](images/integrating_pistol_grayscale.png)

![original](images/kirby.png)
![grayscale](images/kirby_grayscale.png)

![original](images/wizard_cat.png)
![grayscale](images/wizard_cat_grayscale.png)

### Greenscale and the other color palettes

![original](images/skate_or_die.jpg)
![greenscale](images/skate_or_die_greenscale.png)
![all of the color palettes](images/skate_or_die_collage.jpg)
Binary file modified images/amarao.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/catac.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/integrating_pistol.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/kirby.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pathetic.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/skate or die.jpg
Binary file not shown.
Binary file removed images/skate or die_grayscale.png
Binary file not shown.
Binary file added images/skate_or_die.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed images/wizard cat.png
Binary file not shown.
Binary file added images/wizard_cat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit a1a1cb2

Please sign in to comment.