perl_fu_random_blends << INDEX >> perl_fu_round_sel

perl_fu_repdup (990328)

NAME
perl_fu_repdup - Repeats and duplicates a selection.
SYNOPSIS
perl_fu_repdup (run_mode,image,drawable,repeats,xoffset,yoffset)
DESCRIPTION
Hopefully self-explanatory...
MENUPATH
<Image>/Edit/Repeat & Duplicate...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32repeatsNumber of repeats
INT32xoffsetX-offset
INT32yoffsetY-offset
SOME SYNTAX ALTERNATIVES
$drawable->repdup (repeats,xoffset,yoffset)
$image->repdup (drawable,repeats,xoffset,yoffset)
perl_fu_repdup (drawable,repeats,xoffset,yoffset)
repdup Layer (drawable,repeats,xoffset,yoffset)
repdup Image (drawable,repeats,xoffset,yoffset)
repdup Channel (drawable,repeats,xoffset,yoffset)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/repdup
AUTHOR
Claes G Lindblad <claesg@algonet.se>
(c)990328 Claes G Lindblad <claesg@algonet.se>


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