gimp_image_get_layers << INDEX >> gimp_image_get_selection

gimp_image_get_resolution (1998)

NAME
gimp_image_get_resolution - Returns the specified image's resolution.
SYNOPSIS
(xresolution,yresolution) = gimp_image_get_resolution (image)
DESCRIPTION
This procedure returns the specified image's resolution in dots per inch. This value is independent of any of the layers in this image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
FLOATxresolutionThe resolutionin the x-axis, in dots per inch
FLOATyresolutionThe resolutionin the y-axis, in dots per inch
SOME SYNTAX ALTERNATIVES
(xresolution,yresolution) = $image->get_resolution
AUTHOR
Austin Donnelly
(c)1998 Austin Donnelly


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