Crates.io | color_blinder |
lib.rs | color_blinder |
version | 1.0.2 |
source | src |
created_at | 2019-08-16 01:54:09.411445 |
updated_at | 2021-01-08 18:45:28.149032 |
description | Takes images and renders a set of images simulating different kinds of color blindness. |
homepage | |
repository | https://gitlab.com/dns2utf8/color_blinder |
max_upload_size | |
id | 157235 |
size | 1,053,272 |
Takes images and renders a set of images simulating different kinds of color blindness.
If you prefer a graphical application checkout color_blinder_gtk
Use the --combine-output
flag to generate a single output image containing the complete set.
With the --filter
option you can select which filter should be rendered.
Multiple selections can be joined by comma in any order.
For example: Deuteranomaly,monochrome,DEUTAN,BVM97
Install from crates.io with:
cargo install --force color_blinder
Note: the --force
tells cargo to install the latest version.
In case you would like to disable the text feature compile with cargo build --release --no-default-features
.