Skip to content

Commit

Permalink
Link directly to images
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Feb 12, 2021
1 parent 58f68f0 commit a5a9042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5a9042

Please sign in to comment.