This page contains my collection of patches, plug-ins, and palettes for various
versions of GIMP which are not already
included in the main GIMP source tree. I have also included my Perl script
which updates Script-Fu scripts so they will comply with the 2.x API.
Palettes
Plug-ins
Utilities
- script-update.pl
This Perl script reads in a Script-Fu script written for older versions
of GIMP and outputs an updated script which contains most (and sometimes
all of) the changes needed to make the script runnable in a newer
version of GIMP. Scripts as old as ones written for GIMP 1.0 (and
possibly older) can be updated for use with versions 2.0, 2.2, or 2.4
of GIMP.
- list-deprecated-pdb.pl
This Perl script reads in the output from the PDB dump function of
GIMP. It generates a list of deprecated functions and the names of
the functions which replace the deprecated ones.