perl_fu_golden_mean << INDEX >> perl_fu_guide_remove

perl_fu_guide_grid (1999-03-20)

NAME
perl_fu_guide_grid - GuideGrid - creates a grid of guides
SYNOPSIS
perl_fu_guide_grid (run_mode,image,drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
DESCRIPTION
You specify the X spacing, the Y spacing, and initial offsets. It creates a grid of guides
MENUPATH
<Image>/Guides/Guide Grid...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32x_spacingHow far to space grid horizontally
INT32y_spacingHow far to space grid vertically
INT32x_offsetHow much to initially offset it horizontally
INT32y_offsetHow much to initially offset it vertically
INT32remove_old_guidesRemove existing guides?
SOME SYNTAX ALTERNATIVES
$drawable->guide_grid (x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
$image->guide_grid (drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
perl_fu_guide_grid (drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
guide_grid Layer (drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
guide_grid Image (drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
guide_grid Channel (drawable,x_spacing,y_spacing,x_offset,y_offset,remove_old_guides)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/guidegrid
AUTHOR
Seth Burgess
(c)1999-03-20 Seth Burgess <sjburges@gimp.org>


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>