gimp-image-resize

Spencer Kimball & Peter Mattis

Description

Resize the image to the specified extents.

Help

This procedure resizes the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. All channels within the image are resized according to the specified parameters; this includes the image selection mask. All layers within the image are repositioned according to the specified offsets.


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)
PF_INT offx x offset between upper left corner of old and new images: (new - old)
PF_INT offy y offset between upper left corner of old and new images: (new - old)

Return

None