gimp-crop


Description

This procedure is deprecated! Use 'gimp-image-crop' instead.

Help

This procedure is deprecated! Use 'gimp-image-crop' instead.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_INT new-width New image width: (0 < new_width <= width) (1 <= new-width <= 524288)
PF_INT new-height New image height: (0 < new_height <= height) (1 <= new-height <= 524288)
PF_INT offx X offset: (0 <= offx <= (width - new_width)) (offx >= 0)
PF_INT offy Y offset: (0 <= offy <= (height - new_height)) (offy >= 0)

Return

None