Gimp-Forum.net
Tools or plugins for numerically editing colors? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Tools or plugins for numerically editing colors? (/Thread-Tools-or-plugins-for-numerically-editing-colors)



Tools or plugins for numerically editing colors? - myocytebd - 08-02-2021

Is there a tool or plugin to enable manual color transform?
I means, transform color of selected regions numerically, based on fixed formula, or scripting/coding.
For example, in the simplest form, something like out.alpha = in.alpha * 0.75.
In more advanced form, also being able to read nearby pixels or any pixels.


RE: Tools or plugins for numerically editing colors? - Ofnuts - 08-02-2021

You can script about any mathematical process in Python. See this for instance.