You are here: Start » AVL.NET » AVL.ShrinkImageNTimes(AvlNet.Image, int, int, AvlNet.Image)

AVL.ShrinkImageNTimes(AvlNet.Image, int, int, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
inNX
Type: System.Int32
inNY
Type: System.Int32
outImage
Type: AvlNet.Image

Description

The operation shrinks the inImage reducing its dimensions by a natural factor.

Examples

ShrinkImageNTimes performed on the sample image with inNX = 2, inNY = 2.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

This operation is optimized for SSE2 technology for pixels of types: UINT8, SINT8, UINT16, SINT16, SINT32, REAL.

Hardware acceleration settings may be manipulated with Settings class.

See also