plug_in_gap_video_edit_clear << INDEX >> plug_in_gap_video_edit_paste

plug_in_gap_video_edit_copy (1.1.29b; 2000/11/30)

NAME
plug_in_gap_video_edit_copy - This plugin appends the selected framerange to the video paste bufferthe video paste buffer is a directory configured by gimprc (video-paste-dir )and a framefile basename configured by gimprc (video-paste-basename)
SYNOPSIS
plug_in_gap_video_edit_copy (run_mode,image,drawable,range_from,range_to)
DESCRIPTION
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modealways non-interactive
IMAGEimageInput image (current one of the Anim Frames)
DRAWABLEdrawableInput drawable (unused)
INT32range_fromframe nr to start
INT32range_toframe nr to stop
SOME SYNTAX ALTERNATIVES
$drawable->gap_video_edit_copy (range_from,range_to)
$image->gap_video_edit_copy (drawable,range_from,range_to)
plug_in_gap_video_edit_copy (drawable,range_from,range_to)
gap_video_edit_copy Layer (drawable,range_from,range_to)
gap_video_edit_copy Image (drawable,range_from,range_to)
gap_video_edit_copy Plugin (drawable,range_from,range_to)
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>