Skip to content

Commit

Permalink
docs: fixed image links
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeMunkie committed Nov 8, 2022
1 parent 89141e2 commit bc178bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Gameboy Camera Lib
A library capable of encoding, decoding, extracting and injecting Gameboy Camera 2BPP images as PNGs or BufferedImages into or from existing Gameboy Camera save files.

## Overview
A Java library capable of encoding, decoding, injecting and extracting Gameboy Camera 2BPP images as PNGs or BufferedImages into or from existing Gameboy Camera save files.

## Examples

[Original photo](assets/pier.png)
![Original photo](assets/pier.png)

[Even distribution palette encoding](assets/even-dist-palette.png) [GB Dump palette encoding](assets/gb-dump-palette.png) [LCD palette encoding](assets/lcd-palette.png) [Custom palette encoding](assets/custom-palette.png)
![Even distribution palette encoding](assets/even-dist-palette.png) ![GB Dump palette encoding](assets/gb-dump-palette.png) ![LCD palette encoding](assets/lcd-palette.png) ![Custom palette encoding](assets/custom-palette.png)

## Installation
This project is still pre-release, however since it's now in use a Maven SNAPSHOT (unstable) artifact is available.
Expand Down
Binary file added assets/pier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc178bb

Please sign in to comment.