perl_fu_inner_bevel << INDEX >> perl_fu_layer_reorder

perl_fu_layer_apply (19990708)

NAME
perl_fu_layer_apply - Apply a perl expression to every layer of the image
SYNOPSIS
perl_fu_layer_apply (run_mode,image,drawable,expr,drawable2)
DESCRIPTION
=pod
MENUPATH
<Image>/Filters/Apply Perl Expression...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGexprthe perl expression to run for each layer
DRAWABLEdrawable2an optional extra drawable for use by the code
SOME SYNTAX ALTERNATIVES
$drawable->layer_apply (expr,drawable2)
$image->layer_apply (drawable,expr,drawable2)
perl_fu_layer_apply (drawable,expr,drawable2)
layer_apply Layer (drawable,expr,drawable2)
layer_apply Image (drawable,expr,drawable2)
layer_apply Channel (drawable,expr,drawable2)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/frame_filter
AUTHOR
Marc Lehmann <pcg@goof.com>
(c)19990708 Marc Lehmann <pcg@goof.com>


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>