| TYPE | NAME | DESCRIPTION |
|---|---|---|
| IMAGE | image | The image |
| INT32 | new_width | New image width: (0 < new_width <= width) |
| INT32 | new_height | New image height: (0 < new_height <= height) |
| INT32 | offx | x offset: (0 <= offx <= (width - new_width)) |
| INT32 | offy | y offset: (0 <= offy <= (height - new_height)) |