CopyImageData
Creates an image copy with the same size and pixel format.
Syntax
C++
Python
def CopyImageData( inImage: Image, outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outImage | Image | Output image |


