You are here: Start » AVL.NET » Invoke.MakeImage

Invoke.MakeImage

Converts a pixel array to a single-channel image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MakeImage
(
	List<Avl.Pixel> inPixels,
	int inWidth,
	int inHeight,
	Avl.PlainType inType,
	int inDepth,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inPixelsSystem.Collections.Generic.List<Avl.Pixel>
inWidthintOutput image width.
inHeightintOutput image height.
inTypeAvl.PlainTypeUInt8Output image pixel type. Default value: UInt8.
inDepthint<1, 4>Output image depth.
outImageAvl.ImageOutput image.

See also