ResizeImage¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The image to resize. | Image | ||
| Output ➡️ | The resized image. | Image | ||
| Width | No | The target width. | 32 | IntVar(Int) | 
| Height | No | The target height. | 32 | IntVar(Int) | 
This shard resizes an image to the specified dimensions specified in the Width and Height parameters.