You are here: Start » AVL.NET » AVS.AvsFilter_AccessImage Method

AVS.AvsFilter_AccessImage Method

Returns individual fields of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessImage
(
	AvlNet.Image inImage,
	out int outWidth,
	out int outHeight,
	out int outDepth,
	out AvlNet.PlainType outType,
	out int outPixelSize,
	out int outPitch
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outWidthintOutput image width.
outHeightintOutput image height.
outDepthintOutput number of image color channels.
outTypeAvlNet.PlainTypeOutput pixel format.
outPixelSizeintOutput pixel size in bytes.
outPitchintLength of images pixel line with padding.

See also