Controlling Hue Chroma ? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +---- Forum: Scripting questions (https://www.gimp-forum.net/Forum-Scripting-questions) +---- Thread: Controlling Hue Chroma ? (/Thread-Controlling-Hue-Chroma) |
Controlling Hue Chroma ? - Alpha504 - 11-14-2024 Hi, I would like to modify the hue-chroma of some images. I tried the following function: Code: (gimp-drawable-hue-chroma drawable MODE-REPLACE -60 20 0 100.0) But it gives me an error: Code: Error: eval: unbound variable: gimp-drawable-hue-chroma If someone knows which command to use and what are the parameters ? |