gimp_image_set_filename << INDEX >> gimp_image_set_tattoo_state

gimp_image_set_resolution (1998)

NAME
gimp_image_set_resolution - Sets the specified image's resolution.
SYNOPSIS
gimp_image_set_resolution (image,xresolution,yresolution)
DESCRIPTION
This procedure sets the specified image's resolution in dots per inch. This value is independent of any of the layers in this image. No scaling or resizing is performed.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
FLOATxresolutionThe new image resolution (xresolution)in the x-axis, in dots per inch
FLOATyresolutionThe new image resolution (yresolution)in the y-axis, in dots per inch
SOME SYNTAX ALTERNATIVES
$image->set_resolution (xresolution,yresolution)
AUTHOR
Austin Donnelly
(c)1998 Austin Donnelly


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