Home Search

DriveWorks Pro 21
IppGetImageArray

Send Feedback

IppGetImageArray

Will return an Array of grayscale values, with a remapping of average RGB values for a range start and range end.

Syntax

IppGetImageArray([Image Path],[Range Start],[Range End])

Where:

Image Path is the Full File Path to the Image to use.

Range Start is the start value of the mapping range.

Range End is the end value of the mapping range.

Example

RuleResultMeaning
IppGetImageArray("C:\MyDocuments\Content\Images\DWlogo.jpg",0,1){0,0,0.23,0.34,1,0.83.....}This will return an Array containing the grayscale values for the given image. Depending on the range start and range end will depend on the values.