OS X版GIMPで動作する機能拡張書類は、独自のインタープリタ言語「Script-Fu」で記述されたスクリプト (*.scm)、またはPythonで記述されたスクリプト (*.py)のどちらかと考えていい。
Here's what I'd like to do: take a directory full of grayscale images, switch them to RGB in the Gimp, add a layer of a certain color, change the layer to screen instead of normal, flatten the image, ...