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,
	AvlNet.Box? inRoi,
	int inNX,
	int? inNY,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.Box?Range of pixels to be processed. Default value: atl::NIL.
inNXint<1, INF>2Default value: 2.
inNYint?<1, INF>
outImageAvlNet.ImageOutput image.

Function Overrides

See also