diff --git a/NOTES.md b/NOTES.md index 6a24d9a..288a433 100644 --- a/NOTES.md +++ b/NOTES.md @@ -90,9 +90,9 @@ - PNG, GIF, APNG (link to lib) - Put in `doc.go` too? - [x] Mention how `PixelMappers` are parallel while error diffusion is sequential, so the former is much faster -- [ ] Upload to GitHub -- [ ] Comment here that it can do this: https://github.com/anthonynsimon/bild/issues/64 -- [ ] Announce on Masto +- [x] Upload to GitHub +- [x] Comment here that it can do this: https://github.com/anthonynsimon/bild/issues/64 +- [x] Announce on Masto - [ ] Write blog post - Announce it - Say to read ditherpunk first diff --git a/README.md b/README.md index 65c5aea..856a059 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It does not support images that make use of the alpha channel, AKA transparency. | **Original** | **Dithering Algorithm** | | :-: | :-: | | | Floyd-Steinberg (black and white palette) | -| [![](images/examples/david.png)](images/examples/david.png) | [![](images/examples/floyd-steinberg_david.png)](images/examples/floyd-steinberg_david.png) | +| [![](images/examples/david.png)](https://raw.githubusercontent.com/makeworld-the-better-one/dither/master/images/examples/david.png) | [![](images/examples/floyd-steinberg_david.png)](https://raw.githubusercontent.com/makeworld-the-better-one/dither/master/images/examples/floyd-steinberg_david.png) | | | Floyd-Steinberg (red, green, yellow, black) | -| [![](images/examples/peppers_small.png)](images/examples/peppers_small.png) | [![](images/examples/floyd-steinberg_peppers.png)](images/examples/floyd-steinberg_peppers.png) +| [![](images/examples/peppers_small.png)](https://raw.githubusercontent.com/makeworld-the-better-one/dither/master/images/examples/peppers_small.png) | [![](images/examples/floyd-steinberg_peppers.png)](https://raw.githubusercontent.com/makeworld-the-better-one/dither/master/images/examples/floyd-steinberg_peppers.png) ## Types of dithering supported