This is python toolkit to simulate images as perceived by people with colorblindness, as well as correct the images for Protanopia and Deuteranopia colorblindbess.
- PIL (Pythonn Imaing Library)
- Numpy
- cv2 (OpenCV)
- Install the above listed libraries.
- Go to ReColorLib Library.
- Run:
python run_examples.py
and checkExamples_Check
folder to see example results.