Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 602 Bytes

File metadata and controls

14 lines (9 loc) · 602 Bytes

ResizeToFitBoundingBoxOperation

Resizes an image to maximally fit within a bounding box while preserving aspect ratio.

Properties

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

[Back to Model list] [Back to API list] [Back to README]