ImagePixels


Returns an array of pixels from the input image.

Syntax

C++
Python
 
def ImagePixels(
	inImage: Image,
	/,
	*,
	inRoi: Region | None = None
)
-> outPixels: list[Pixel]

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 outPixels list[Pixel]