plug_in_gap_shift << INDEX >> plug_in_gap_video_edit_clear

plug_in_gap_split (1.1.29b; 2000/11/30)

NAME
plug_in_gap_split - This plugin splits the current image to anim frames (images on disk). Each layer is saved as one frame
SYNOPSIS
new_image = plug_in_gap_split (run_mode,image,drawable,inverse_order,no_alpha,extension)
DESCRIPTION
MENUPATH
<Image>/Video/Split Image to Frames...
IMAGETYPES
RGB*, INDEXED*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (NO Anim Frame allowed)
DRAWABLEdrawableInput drawable (unused)
INT32inverse_orderTrue/False
INT32no_alphaTrue: remove alpha channel(s) in the destination frames
STRINGextensionextension for the destination filetype (jpg, tif ...or any other gimp supported type)
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEnew_imageOutput image (first or last resulting frame)
SOME SYNTAX ALTERNATIVES
new_image = $drawable->gap_split (inverse_order,no_alpha,extension)
new_image = $image->gap_split (drawable,inverse_order,no_alpha,extension)
new_image = plug_in_gap_split (drawable,inverse_order,no_alpha,extension)
new_image = gap_split Layer (drawable,inverse_order,no_alpha,extension)
new_image = gap_split Image (drawable,inverse_order,no_alpha,extension)
new_image = gap_split Plugin (drawable,inverse_order,no_alpha,extension)
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>