Skip to content

Commit

Permalink
Fix image links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gennyble authored Oct 18, 2024
1 parent f3e8921 commit abf6850
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
@@ -1,6 +1,6 @@
| 24bit RGB | 256 color Indexed|
| - | - |
| ![a small dog laying on a concrete floor in an industrial building](https://nyble.dev/colorsquash/astro.jpg) | ![the same image in 256 color. there are some visual differences, but the two images look very similar](https://nyble.dev/colorsquash/astro_squash.gif) |
| ![a small dog laying on a concrete floor in an industrial building](https://dreamy.place/things/colorsquash/astro.jpg) | ![the same image in 256 color. there are some visual differences, but the two images look very similar](https://dreamy.place/things/colorsquash/astro_squash.gif) |

> [!IMPORTANT]
> This crate isn't *quite* ready yet. There's some tuning and research to be done while selecting the palette. To get the best results you'll likely have to do some trial and error with the tolerance for your specific application.
Expand All @@ -27,4 +27,4 @@ directly get a gifed's Palette struct.
### squash
A CLI tool to quantize colours :D

Accepts JPEG and PNG as input and can output indexed PNG and GIF.
Accepts JPEG and PNG as input and can output indexed PNG and GIF.

0 comments on commit abf6850

Please sign in to comment.