BitmapResizer
01 Syntax
Microsoft.VisualBasic.Imaging.BitmapImage.BitmapResizer
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CubicInterpolation | 1 | Cubic interpolate |
| BilinearInterpolation | 1 | Bilinear interpolation |
| ByteArrayToByteMatrix | 1 | |
| ByteMatrixToByteArray | 1 | |
| ResizeImage | 1 | |
| GetPixelValue | 1 |
03 Members
CubicInterpolation(
Byte[0:,0:], Double)Cubic interpolate
Parameters
| Name | Type | Description |
|---|---|---|
input | Byte[0:,0:] | - |
scale | Double | - |
BilinearInterpolation(
Byte[0:,0:], Int32, Int32, Int32, Int32)Bilinear interpolation
Parameters
| Name | Type | Description |
|---|---|---|
srcImage | Byte[0:,0:] | - |
srcWidth | Int32 | - |
srcHeight | Int32 | - |
dstWidth | Int32 | - |
dstHeight | Int32 | - |
ByteMatrixToByteArray(Byte())
ResizeImage(
Color(), Int32, Int32, Int32, Int32)