gimp-image-scale

Spencer Kimball & Peter Mattis

Description

Scale the image using the default interpolation method.

Help

This procedure scales the image so that its new width and height are equal to the supplied parameters. All layers and channels within the image are scaled according to the specified parameters; this includes the image selection mask. The interpolation method used can be set with 'gimp-context-set-interpolation'.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_INT new-width New image width (1 <= new-width <= 524288)
PF_INT new-height New image height (1 <= new-height <= 524288)

Return

None