You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPixels | System.Collections.Generic.List<Avl.Pixel> | |||
![]() | inWidth | int | Output image width. | ||
![]() | inHeight | int | Output image height. | ||
![]() | inType | Avl.PlainType | UInt8 | Output image pixel type. Default value: UInt8. | |
![]() | inDepth | int | <1, 4> | Output image depth. | |
![]() | outImage | Avl.Image | Output image. |