resize_info
Function Usage
Sets the resizing information.
Prototype
1 | resize_info(image: Image, resize_height: int, resize_width: int, resize_type: ResizeType) |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
image |
Image object |
Image information |
resize_height |
int |
Resizing height |
resize_width |
int |
Resizing width |
resize_type |
ResizeType |
Resizing type |
Response Parameters
ResizedImageInfo object
Supported Models
Atlas inference product
Parent topic: Media Data Processing