Skip to content

Commit

Permalink
fix image links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mstop4 committed Sep 21, 2022
1 parent 42faf42 commit 2e751e1
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 @@ -11,7 +11,7 @@ Super Jibby 2 uses the palette and colour data encoded in false-colour RGBA text
### Image-Encoded Palette (IEP) Shader

<p align="center">
<img src="https://github.com/mstop4/super-jibby-2/blob/master/doc/iep%20example.png" width=50%>
<img src="https://github.com/mstop4/super-jibby-2/blob/main/doc/iep%20example.png" width=50%>
</p>

Palette indices are encoded in the red channel while colour indices within a palette are encoded in the green channel. This shader is useful for images that use multiple static palettes.
Expand All @@ -21,7 +21,7 @@ Palette indices are encoded in the red channel while colour indices within a pal
### Manually-Encoded Palette (MEP) Shader

<p align="center">
<img src="https://github.com/mstop4/super-jibby-2/blob/master/doc/mep%20example.gif" width=50%>
<img src="https://github.com/mstop4/super-jibby-2/blob/main/doc/mep%20example.gif" width=50%>
</p>

Like with the IEP shader, colour indices within a palette are encoded in the green channel, but only a single palette index is passed to the shader via a uniform. This shader is useful for images that have a single, swappable palette.
Expand Down

0 comments on commit 2e751e1

Please sign in to comment.