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
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Output value outImage Image Output image