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

AVS.ShrinkImageNTimes Method

Shrinks an image by a natural factor along each axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShrinkImageNTimes
(
	AvlNet.Image inImage,
	int inNX,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inNXint<1, INF>2Default value: 2.
outImageAvlNet.ImageOutput image.

Function Overrides

See also