plug_in_gap_video_edit_copy << INDEX >> plug_in_gap_xanim_decode

plug_in_gap_video_edit_paste (1.1.29b; 2000/11/30)

NAME
plug_in_gap_video_edit_paste - This plugin copies all frames from the video paste bufferto the current video. Depending on the paste_mode parameterthe copied frames are replacing frames beginning at current frameor are inserted before or after the current framethe pasted frames are scaled to fit the current video sizeand converted in Imagetype (RGB,GRAY,INDEXED) if necessarythe 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_paste (run_mode,image,drawable,paste_mode)
DESCRIPTION
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modealways non-interactive
IMAGEimageInput image (current one of the Anim Frames)
DRAWABLEdrawableInput drawable (unused)
INT32paste_mode0 .. paste at current frame (replacing current and following frames)1 .. paste insert before current frame 2 .. paste insert after current frame
SOME SYNTAX ALTERNATIVES
$drawable->gap_video_edit_paste (paste_mode)
$image->gap_video_edit_paste (drawable,paste_mode)
plug_in_gap_video_edit_paste (drawable,paste_mode)
gap_video_edit_paste Layer (drawable,paste_mode)
gap_video_edit_paste Image (drawable,paste_mode)
gap_video_edit_paste Plugin (drawable,paste_mode)
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>