You are here: Start » FIL.NET » Invoke.MakeImage
Converts a pixel array to a single-channel image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MakeImage ( List<Fil.Pixel> inPixels, int inWidth, int inHeight, Fil.PlainType inType, int inDepth, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPixels | System.Collections.Generic.List<Fil.Pixel> | |||
![]() | inWidth | int | Output image width. | ||
![]() | inHeight | int | Output image height. | ||
![]() | inType | Fil.PlainType | UInt8 | Output image pixel type. Default value: UInt8. | |
![]() | inDepth | int | <1, 4> | Output image depth. | |
![]() | outImage | Fil.Image | Output image. |