There are many extensions available for the GIMP to do repetitive editing tasks (like macros or batch processing) or to carry out a more complex series of
image manipulations. The plugin registry is located here: http://registry.gimp.org/
Plugins and scripts for the GIMP can be written in a number of languages: Script-Fu (Scheme), C, Python and Perl. When you download add-ons, plugins need to be placed in the plugins
folder, and scripts in the scripts folder. Scripts are the easiest to work with, since they do not need to be compiled, and you can read them to see what they do.
More caution needs to be taken with plugins, because they are executable programs.
The scripts detailed on this website are simple to use -- They are Script-Fu files, will work with GIMP 2.4, and end in the extension .scm. To install one of these scripts:
- download and place in your scripts folder - ([Menu] –> –> to check folder name)
e.g., in Windows: C:\Users\JOE\.gimp-2.8\scripts, Linux: ~/.gimp2.8/scripts
- Refresh your script-fu scripts - [Menu] –>
- Access the script from the menus - If you can't find the script in the menus, check the documentation for the individual script, or just open up the .scm file with a text editor and check near the bottom of the file to see how it is registered in the menus.