gimp-image-set-resolution

Austin Donnelly

Description

Sets the specified image's resolution.

Help

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.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_FLOAT xresolution The new image resolution in the x-axis, in dots per inch
PF_FLOAT yresolution The new image resolution in the y-axis, in dots per inch

Return

None