roniemartinez / ColorCorrection

Adjust an image's colors to easier distinguish for the color-blind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Correction

Color correction for red and green color blindness (deuteranopia) using the Daltonization process - aids in distinguishing colors which are normally hard to differentiate.

How to use:

Run makefile by "make"

Then run the program by ./ColorCor [-l/u] src

Parameters:

  • -l : Local file, enter the directory of a file you want to process
  • -u : Url, enter the url of the image you want to process

#Examples:

Before:

After:

Before:

After:

Before:

After:

About

Adjust an image's colors to easier distinguish for the color-blind


Languages

Language:C++ 97.6%Language:Makefile 2.4%