Thu 31 May 2007
Scheme Script for Processing Saturation and Lightness in the Gimp
Filed in Scripting, the Gimp2 Comments
I’m going to try to keep this short but I wanted to make a note of a quick script I just did to desaturate and lighten a bunch of images in the Gimp. The workflow I used was basically to open a bunch of images then do exactly the same thing to each one of them then close and save each one. My first thought was that clicking Tools->Colour Tools->Hue Saturation… then doing an adjustment & hitting Okay was taking too long. I knew I’d been here before so I dug out the script I did before to do Hue Rotation in the Gimp. I remember that painful learning curve to figure out Scheme. Luckily this time I want to use roughly the same command but I want to leave the hue alone and change the other two parameters. So I modified the code and pasted this in to the Script-Fu console. Read the rest of “Scheme Script for Processing Saturation and Lightness in the Gimp”…