ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array of element type byte, of image size height x width x 4. Channel data are distributed along the 3rd dimension in ARGB order.
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( string filename, Nullable<Rectangle> rect = null )
Parameters
- filename
- Type: SystemString
Path to image file to read pixels from. - rect (Optional)
- Type: SystemNullableRectangle
[Optional] Rectangular area to read. Default: full image size.
Return Value
Type: RetArrayByteArray 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