gimp_image_get_filename
<<
INDEX
>>
gimp_image_get_guide_position
gimp_image_get_guide_orientation
(1998)
NAME
gimp_image_get_guide_orientation - Get orientation of a guide on an image.
SYNOPSIS
orientation =
gimp_image_get_guide_orientation
(image,guide)
DESCRIPTION
This procedure takes an image and a guide ID as input and returns the orientations of the guide.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
IMAGE
image
The image
INT32
guide
The guide
RETURN VALUES
TYPE
NAME
DESCRIPTION
INT32
orientation
The guide's orientation: { HORIZONTAL (0), VERTICAL (1) }
SOME SYNTAX ALTERNATIVES
orientation =
$image->get_guide_orientation
(guide)
AUTHOR
Adam D. Moss
(c)1998 Adam D. Moss
This page was created by
gimpdoc
, written by
Marc Lehmann <pcg@goof.com>