Method

GimpImageset_resolution

Declaration [src]

gboolean
gimp_image_set_resolution (
  GimpImage* image,
  gdouble xresolution,
  gdouble yresolution
)

Description [src]

Sets the specified image’s resolution.

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.

Parameters

xresolution gdouble
 

The new image resolution in the x-axis, in dots per inch.

yresolution gdouble
 

The new image resolution in the y-axis, in dots per inch.

Return value

Returns: gboolean
 

TRUE on success.