Resizes an image to maximally fit within a bounding box while preserving aspect ratio.
| Name | Type | Required | Description |
|---|---|---|---|
| width | int | Yes | The width of the bounding box in pixels. |
| height | int | Yes | The height of the bounding box in pixels. |
| type | Literal["resizeToFitBoundingBox"] | Yes | None |