resize_info(image, resize_height, resize_width, resize_type)
Function Usage
Sets the resizing information.
Input Parameter Description
Parameter |
Type |
Description |
|---|---|---|
image |
Image object |
Image information |
resize_height |
Int |
Resizing height |
resize_weight |
Int |
Resizing width |
resize_type |
ResizeType |
Resizing type |
Output Parameter Description
ResizedImageInfo object
Parent topic: Function Method