Skip to content

Commit

Permalink
docs: fixed typos and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeMunkie authored Nov 8, 2022
1 parent d1f074f commit 38fa767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Extractor extractor = new SaveImageExtractor(new IndexedPalette(IndexedPalette.E
List<byte[]> pngImages = extractor.extractAsPng(new File("C:/Temp/MyGameboyImageSaveFile.sav"));
```

#### Encode Gameboy compatible 2bpp byte data only
#### Decode Gameboy compatible 2bpp byte data only

If you have a single extracted 2bpp byte data as an array already call the public "decode" method in:
If you have extracted a single image as a 2bpp byte data array already simply call the public "decode" method in:
"uk.co.silentsoftware.codec.image.ImageCodec" using the "Codec" interface.

E.g.
Expand Down

0 comments on commit 38fa767

Please sign in to comment.