You are here: Start » AVL.NET » AVL.CreateImageResizeMap(AvlNet.ImageFormat, int, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
AVL.CreateImageResizeMap(AvlNet.ImageFormat, int, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
Creates a spatial map representing an image resizing.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateImageResizeMap( AvlNet.ImageFormat inImageFormat, int inNewWidth, int inNewHeight, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outResizeMap )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
Information about dimensions, depth and pixel type of the image - inNewWidth
- Type: System.Int32
Width of an image created by output spatial map application - inNewHeight
- Type: System.Int32
Height of an image created by output spatial map application - inInterpolationMethod
- Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values - outResizeMap
- Type: AvlNet.SpatialMap
Output spatial map
