ILNumerics Ultimate VS

ILMathloadChannels Method (Image, NullableRectangle)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Load ARGB pixel data from image, provide indiviudal channel data.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<byte> loadChannels(
	Image image,
	Nullable<Rectangle> rect = null
)

Parameters

image
Type: System.DrawingImage
Image to read pixels from.
rect (Optional)
Type: SystemNullableRectangle
[Optional] Rectangular area to read. Default: full image size.

Return Value

Type: RetArrayByte
Array of element type byte, of image size height x width x 4. Channel data are distributed along the 3rd dimension in ARGB order.
Remarks

[ILNumerics Computing Engine]

See Also

Reference