UncropImage
Inverse of CropImage.
Syntax
C++
Python
def UncropImage( inImage: Image, inSelection: Box, inWidth: int, inHeight: int, outImage: Image, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image | ||
![]() |
inSelection | Box | The same value as in CropImage | ||
![]() |
inWidth | int | 0 - ![]() |
Width of the original image | |
![]() |
inHeight | int | 0 - ![]() |
Height of the original image | |
![]() |
outImage | Image | Output image |



