You are here: Start » FIL.NET » FIS.MakeImage Method

FIS.MakeImage Method

Converts a pixel array to a single-channel image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MakeImage
(
	IList<FilNet.Pixel> inPixels,
	int inWidth,
	int inHeight,
	FilNet.PlainType inType,
	int inDepth,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inPixelsSystem.Collections.Generic.IList<FilNet.Pixel>
inWidthintOutput image width.
inHeightintOutput image height.
inTypeFilNet.PlainTypeUInt8Output image pixel type. Default value: UInt8.
inDepthint<1, 4>Output image depth.
outImageFilNet.ImageOutput image.

See also