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

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
inPixelsSystem.Collections.Generic.List<Fil.Pixel>
inWidthintOutput image width.
inHeightintOutput image height.
inTypeFil.PlainTypeUInt8Output image pixel type. Default value: UInt8.
inDepthint<1, 4>Output image depth.
outImageFil.ImageOutput image.

See also