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. Runs a couple of commands for you on startup, setting $i to the current image, if any, and $l to that image's active layer.

Be warned that for many operations, the display(s) will not be updated, and you'll need to do Gimp->displays_flush to see changes.

Try this:

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

You can run the console from the command line, and it will work in "batch mode":

  <path-to-plugins>/Perl-Console

AUTHOR

Ed J

DATE

2014-05-19

LICENSE

Same terms as Gimp-Perl.