Resizes an image to the specified dimensions. If only one dimension is specified, the other is calculated to preserve aspect ratio.
| Name | Type | Required | Description |
|---|---|---|---|
| height | Optional[int] | No | The desired height in pixels. |
| width | Optional[int] | No | The desired width in pixels. |
| auto_orient | Optional[bool] | No | Whether to automatically orient the image based on EXIF metadata. |
| type | Literal["resize"] | Yes | None |