plug_in_gap_anim_crop << INDEX >> plug_in_gap_anim_scale

plug_in_gap_anim_resize (1.1.29b; 2000/11/30)

NAME
plug_in_gap_anim_resize - This plugin resizes all anim_frames (images on disk) to the given new_width/new_height
SYNOPSIS
plug_in_gap_anim_resize (run_mode,image,drawable,new_width,new_height,offset_x,offset_y)
DESCRIPTION
MENUPATH
<Image>/Video/Frames Resize...
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
INT32offset_xX offset in pixels
INT32offset_yY offset in pixels
SOME SYNTAX ALTERNATIVES
$drawable->gap_anim_resize (new_width,new_height,offset_x,offset_y)
$image->gap_anim_resize (drawable,new_width,new_height,offset_x,offset_y)
plug_in_gap_anim_resize (drawable,new_width,new_height,offset_x,offset_y)
gap_anim_resize Layer (drawable,new_width,new_height,offset_x,offset_y)
gap_anim_resize Image (drawable,new_width,new_height,offset_x,offset_y)
gap_anim_resize Plugin (drawable,new_width,new_height,offset_x,offset_y)
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>