Add bad random dithering

This commit is contained in:
Joscha 2023-07-30 20:37:18 +02:00
parent d332a2560e
commit 452428ce5f
4 changed files with 72 additions and 4 deletions

View file

@ -7,3 +7,4 @@ edition = "2021"
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
image = "0.24.6"
palette = "0.7.2"
rand = { version = "0.8.5", features = ["small_rng"] }