The full project on github:
Windows & linux executables available now. And I writed a short user guide.
New version, new features. Recent paths for read, and save. Change hue, saturation. Read and show animated Webp, and Gif.
New version, new features. Change images with clipboard, Gaussian blur/sharpen, using GPU to LUT, & Blur. Color correction under animation.
What colour space are you using for these operations?
The image is in rgba model and I convert it to hsv for modification and then back to rgba.
I suggest you go through OkLCh instead, because plain HSV doesn't work particularly well.
This is very interesting. Thanks for the idea. I'll try it out, but I also want to fix a lot of other things in the meantime.
I like it. This will be in the next version.
New version, new features. Hvs or Oklab color rotating. Color picking to Tooltip. Optional copy or clear color setting at next image.
