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

Change preset formatting back to HSV #2

Closed giaffodesigns closed 4 years ago

giaffodesigns commented 4 years ago

HSV input for presets instead of RGB

joshjaysalazar commented 4 years ago

Added HSV back to the main screen. The processing in the background is still converting back and forth between HSV and RGB color spaces, and could probably be made more efficient, but the user experience allows the user to now work in either HSV or RGB, in theory.