You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inNewWidth | int | <1, INF> | Width of an image created by output spatial map application. | |
![]() | inNewHeight | int | <1, INF> | Height of an image created by output spatial map application. | |
![]() | inInterpolationMethod | Fil.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outResizeMap | Fil.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Ftl.Optional<Fil.Region> | Pixels set by the spatial map application. |