dithord 0.2.0

Provides capabilities for monochromatic Bayer ordered dithering on images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.image]
version = "0.24.7"

[dependencies.rayon]
version = "1.8.0"
[dev-dependencies.rstest]
version = "0.18.2"

[package]
description = "Provides capabilities for monochromatic Bayer ordered dithering on images."
edition = "2021"
keywords = ["image-processing", "dither"]
license = "MIT OR Apache-2.0"
name = "dithord"
readme = "README.md"
repository = "https://github.com/exvacuum/dithord"
version = "0.2.0"