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

FIS.CreateImageResizeMap Method

Creates a spatial map representing an image resizing.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateImageResizeMap
(
	FilNet.ImageFormat inImageFormat,
	int inNewWidth,
	int inNewHeight,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outResizeMap,
	FilNet.Region outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inNewWidthint<1, INF>Width of an image created by output spatial map application.
inNewHeightint<1, INF>Height of an image created by output spatial map application.
inInterpolationMethodFilNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outResizeMapFilNet.SpatialMapOutput spatial map.
outOutputRegionFilNet.RegionPixels set by the spatial map application.

Function Overrides

See also