perl_fu_layer_apply << INDEX >> perl_fu_layer_to_image_size

perl_fu_layer_reorder (19990708)

NAME
perl_fu_layer_reorder - Reshuffle the order of layers in an image according to a function
SYNOPSIS
perl_fu_layer_reorder (run_mode,image,drawable,function,custom)
DESCRIPTION
=pod
MENUPATH
<Image>/Layers/Stack/Reorder Layers...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32functionwhich remapping function to use: CUSTOM (0), REVERSE (1), SHIFT (2)
STRINGcustomthe (optional) custom function to use, e.g. 'n-i' reverses the order
SOME SYNTAX ALTERNATIVES
$drawable->layer_reorder (function,custom)
$image->layer_reorder (drawable,function,custom)
perl_fu_layer_reorder (drawable,function,custom)
layer_reorder Layer (drawable,function,custom)
layer_reorder Image (drawable,function,custom)
layer_reorder Channel (drawable,function,custom)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/frame_reshuffle
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>