dalted icon indicating copy to clipboard operation
dalted copied to clipboard

Image processing web-app for color blindness

trafficstars

alt text
build

What is Dalted?

Web-app that simulates different types of color blindness from a user-provided input image.

Resources

  1. The color blindness simulation implementation was inspired by Vienot et al., 1999.
  2. This simulation is explained in this awesome post.
  3. Back-end written in actix-web.
  4. Backbone and guide for building a Rust-Web-App.
  5. Check more official and community actix examples!

License

Licensed under either of

  • Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Run locally

The first step is to install Rust:

# Unix-like OS
curl https://sh.rustup.rs -sSf | sh

After cloning this repository, it can be run in the browser with cargo:

git clone https://github.com/carrascomj/dalted.git
# enable --release for optimized compilation (but slower build process)
cargo run #--release