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-fu-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, 2.4, or
2.6 of GIMP.
- list-pdb-deprecations.pl
Perl script to read output generated by executing gimp-procedural-db-dump
in GIMP and output a summary with a list of replacement procedures where
the replacement does not exist, a list of obsolete procedures (ones with no
replacement), and the names of deprecated procedures (both with and without
changes in the number of expected arguments).