The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

perl_fu_console - Gimp-Perl console

SYNOPSIS

<Toolbox>/Filters/Languages/_Perl/_Console

DESCRIPTION

Console for running Gimp-Perl commands and seeing output.

Try this:

 $i = Gimp::Plugin->inner_bevel('Arial', 80, "Perl", 'red', 'purple', 132, 30, 7, 2)
 Gimp::Display->new($i)
 $i->get_layers

You can run the console from the command line, and it will work in "batch mode" (the -o flag is because Gimp::Fu offers a UI to fill in an output file if none specified, which this suppresses):

  <path-to-plugins>/Perl-Console -o '/'

AUTHOR

Ed J

DATE

2014-05-19

LICENSE

Same terms as Gimp-Perl.