Gimp::Fu 1.211 review
DownloadGimp::Fu is a "easy to use" framework for Gimp scripts. SYNOPSIS use Gimp; use Gimp::Fu; (this module uses Gtk, so ma
|
|
Gimp::Fu is a "easy to use" framework for Gimp scripts.
SYNOPSIS
use Gimp;
use Gimp::Fu;
(this module uses Gtk, so make sure it's correctly installed)
Currently, there are only three functions in this module. This fully suffices to provide a professional interface and the ability to run this script from within the Gimp and standalone from the commandline.
In general, a Gimp::Fu script looks like this:
#!/path/to/your/perl
use Gimp;
use Gimp::Fu;
register , sub {
your code;
}
exit main;
(This distribution comes with example scripts. One is examples/example-fu.pl, which is small Gimp::Fu-script you can take as starting point for your experiments)
Requirements:
Perl
Gimp::Fu 1.211 keywords