You are here: Start » AVL.NET » AVS.MakeImage Method

AVS.MakeImage Method

Converts a pixel array to a single-channel image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MakeImage
(
	IList<AvlNet.Pixel> inPixels,
	int inWidth,
	int inHeight,
	AvlNet.PlainType inType,
	int inDepth,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inPixelsSystem.Collections.Generic.IList<AvlNet.Pixel>
inWidthintOutput image width.
inHeightintOutput image height.
inTypeAvlNet.PlainTypeUInt8Output image pixel type. Default value: UInt8.
inDepthint<1, 4>Output image depth.
outImageAvlNet.ImageOutput image.

See also