plug_in_gap_anim_resize << INDEX >> plug_in_gap_decode_mpeg

plug_in_gap_anim_scale (1.1.29b; 2000/11/30)

NAME
plug_in_gap_anim_scale - This plugin scales all anim_frames (images on disk) to the given new_width/new_height
SYNOPSIS
plug_in_gap_anim_scale (run_mode,image,drawable,new_width,new_height)
DESCRIPTION
MENUPATH
<Image>/Video/Frames Scale...
IMAGETYPES
RGB*, INDEXED*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (one of the Anim Frames)
DRAWABLEdrawableInput drawable (unused)
INT32new_widthwidth of the resulting anim_frame images in pixels
INT32new_heightheight of the resulting anim_frame images in pixels
SOME SYNTAX ALTERNATIVES
$drawable->gap_anim_scale (new_width,new_height)
$image->gap_anim_scale (drawable,new_width,new_height)
plug_in_gap_anim_scale (drawable,new_width,new_height)
gap_anim_scale Layer (drawable,new_width,new_height)
gap_anim_scale Image (drawable,new_width,new_height)
gap_anim_scale Plugin (drawable,new_width,new_height)
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>