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 | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outPixels | list[Pixel] |


