gimp_image_get_tattoo_state << INDEX >> gimp_image_height

gimp_image_get_unit (1998)

NAME
gimp_image_get_unit - Returns the specified image's unit.
SYNOPSIS
unit = gimp_image_get_unit (image)
DESCRIPTION
This procedure returns the specified image's unit. This value is independent of any of the layers in this image. See the gimp_unit_* procedure definitions for the valid range of unit IDs and a description of the unit system.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32unitThe unit
SOME SYNTAX ALTERNATIVES
unit = $image->get_unit
AUTHOR
Michael Natterer
(c)1998 Michael Natterer


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