An open API service indexing awesome lists of open source software.

https://github.com/evuez/ditherer

Basic dithering using Sierra's algorithm
https://github.com/evuez/ditherer

Last synced: 10 months ago
JSON representation

Basic dithering using Sierra's algorithm

Awesome Lists containing this project

README

          

# Ditherer

Basic dithering using Sierra's algorithm.

## Demo

```
./ditherer melon.jpg melon_dithered.jpg
```
Original | Dithered
--- | ---
![Melon - original](https://raw.githubusercontent.com/evuez/ditherer/master/demo/melon.jpg) | ![Melon - dithered](https://raw.githubusercontent.com/evuez/ditherer/master/demo/melon_dithered.jpg)

```
./ditherer dog.jpg dog_dithered.jpg
```

Original | Dithered
--- | ---
![Dog - original](https://raw.githubusercontent.com/evuez/ditherer/master/demo/dog.jpg) | ![Dog - dithered](https://raw.githubusercontent.com/evuez/ditherer/master/demo/dog_dithered.jpg)