You are here: Start » FIL.NET » Invoke.CreateImageResizeMap

Invoke.CreateImageResizeMap

Creates a spatial map representing an image resizing.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateImageResizeMap
(
	Fil.ImageFormat inImageFormat,
	int inNewWidth,
	int inNewHeight,
	Fil.InterpolationMethod inInterpolationMethod,
	Fil.SpatialMap outResizeMap,
	Optional<Fil.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatFil.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.
inInterpolationMethodFil.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outResizeMapFil.SpatialMapOutput spatial map.
outOutputRegionFtl.Optional<Fil.Region>Pixels set by the spatial map application.

See also