You are here: Start » AVL.NET » AVL.MakeImage(AvlNet.Pixel[], int, int, AvlNet.PlainType, int, AvlNet.Image)

AVL.MakeImage(AvlNet.Pixel[], int, int, AvlNet.PlainType, int, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MakeImage(
	AvlNet.Pixel[] inPixels,
	int inWidth,
	int inHeight,
	AvlNet.PlainType inType,
	int inDepth,
	out AvlNet.Image outImage
)

Parameters

inPixels
Type: AvlNet.Pixel
inWidth
Type: System.Int32
inHeight
Type: System.Int32
inType
Type: AvlNet.PlainType
inDepth
Type: System.Int32
outImage
Type: AvlNet.Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

Error type Description
DomainError Incorrect array size in MakeImage.
DomainError Not supported image type in MakeImage.

See also