Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phadej/juicypixels-dither-sa
https://github.com/phadej/juicypixels-dither-sa
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phadej/juicypixels-dither-sa
- Owner: phadej
- License: bsd-3-clause
- Created: 2020-10-15T10:08:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T11:57:10.000Z (about 4 years ago)
- Last Synced: 2024-11-07T03:48:49.384Z (2 months ago)
- Language: Haskell
- Size: 526 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JuicyPixels-dither-sa
> Dither [JuicyPixels](https://github.com/Twinside/Juicy.Pixels) images with a silly algorithm.
https://en.wikipedia.org/wiki/Dither
[JuicyPixels](https://github.com/Twinside/Juicy.Pixels) is a Haskell library
to load & save pictures, but it doesn't provide any image manipulation
functionality.---
## Example images
![Original](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/MichelangeloDavid.png)
![Floyd-Steinberg](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/MichelangeloDavid-FloydSteinberg.png)
![This package](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/MichelangeloDavid-dither.png)*Original - Floyd-Steinberg - This package*
### Grays
![gray55-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray55.png)
![gray55-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray55-fs.png)
![gray55-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray55-sa.png)![gray66-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray66.png)
![gray66-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray66-fs.png)
![gray66-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray66-sa.png)![gray77-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray77.png)
![gray77-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray77-fs.png)
![gray77-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray77-sa.png)![gray88-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray88.png)
![gray88-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray88-fs.png)
![gray88-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray88-sa.png)![gray99-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray99.png)
![gray99-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray99-fs.png)
![gray99-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/gray99-sa.png)![grayAA-or](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/grayAA.png)
![grayAA-fs](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/grayAA-fs.png)
![grayAA-sa](https://raw.githubusercontent.com/phadej/JuicyPixels-dither-sa/master/demo/grayAA-sa.png)---
- *Does SA stand for simulated annealing or silly algorithm*?
- *Both*