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

https://github.com/mblode/blue-noise

Black and white image dithering using blue noise
https://github.com/mblode/blue-noise

dithering light noise

Last synced: about 1 year ago
JSON representation

Black and white image dithering using blue noise

Awesome Lists containing this project

README

          

Blue Noise




Black and white image dithering using blue noise written in Rust





Crates.io version



Download



docs.rs docs




API Docs

|

Contributing

|

Repo


Black and white image dithering using blue noise written in Rust.

## Example

![Input dark](/img/dark.png)
![Output dark](/img/dark-noise.jpg)

-----

![Input light](/img/light.png)
![Output light](/img/light-noise.jpg)

## Inspiration

https://surma.dev/things/ditherpunk/

https://forums.tigsource.com/index.php?topic=40832.msg1363742#msg1363742

## Install

Work in progress...