1995-1996
Spencer Kimball & Peter Mattis
Scale the image using the default interpolation method.
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'.
unknown
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) |
None