plug_in_gap_del << INDEX >> plug_in_gap_exchg

plug_in_gap_dup (1.1.29b; 2000/11/30)

NAME
plug_in_gap_dup - This plugin duplicates the current frames on disk n-times.
SYNOPSIS
plug_in_gap_dup (run_mode,image,drawable,nr,range_from,range_to)
DESCRIPTION
MENUPATH
<Image>/Video/Duplicate Frames...
IMAGETYPES
RGB*, INDEXED*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (current one of the Anim Frames)
DRAWABLEdrawableInput drawable (unused)
INT32nrhow often to copy current frame
INT32range_fromframe nr to start
INT32range_toframe nr to stop (can be lower than range_from)
SOME SYNTAX ALTERNATIVES
$drawable->gap_dup (nr,range_from,range_to)
$image->gap_dup (drawable,nr,range_from,range_to)
plug_in_gap_dup (drawable,nr,range_from,range_to)
gap_dup Layer (drawable,nr,range_from,range_to)
gap_dup Image (drawable,nr,range_from,range_to)
gap_dup Plugin (drawable,nr,range_from,range_to)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/gap_plugins
AUTHOR
Wolfgang Hofer (hof@gimp.org)
(c)1.1.29b; 2000/11/30 Wolfgang Hofer


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