The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

guide_grid - Creates a grid of guides

SYNOPSIS

<Image>/Image/Guides/Guide Grid...

DESCRIPTION

You specify the X spacing, the Y spacing, and initial offsets. It creates a grid of guides.

PARAMETERS

 [PF_SPINNER, "xspace", "How far to space grid horizontally", 24, [1,1000,1]],
 [PF_SPINNER, "yspace", "How far to space grid vertically", 24, [1,1000,1]],
 [PF_SPINNER, "xoffset", "How much to initially offset it horizontally", 0, [0,1000,1]],
 [PF_SPINNER, "yoffset", "How much to initially offset it vertically", 0, [0,1000,1]],
 [PF_TOGGLE, "remove_old_guides", "Remove existing guides?", 0],

IMAGE TYPES

*

HISTORY

  <sjburges@gimp.org> (original release)

  11/7/99 <brendy@swipnet.se>
  Added an option to remove existing guides
  Added progress bar.

  12/7/99 <sjburges@gimp.org>
  Changed the display code in C and got rid of ugly hack in perl.

  7/15/03 <sjburges@gimp.org>
  Changed spot that its registered from <Image>/Guides to <Image>/Image/Guides
  to reduce horizontal clutter on menubar

AUTHOR

Seth Burgess

DATE

1999-03-20

LICENSE

Seth Burgess <sjburges@gimp.org>

Distributed under the same terms as Gimp-Perl.