joshjaysalazar / AutoRGB

A Python script to quickly process an image through different HSV values
GNU General Public License v3.0
1 stars 1 forks source link

Add a "white" threshold #1

Closed giaffodesigns closed 4 years ago

giaffodesigns commented 4 years ago

Add a threshold above which pixels are unaffected by coloring. The idea is to be able to darken the colored parts of the image without the white parts also becoming darker.

joshjaysalazar commented 4 years ago

Added a "white threshold" slider, which excludes pixels which are not "close enough" to white depending on the setting. A higher setting will exclude more pixels.