BilinearResampler(CanvasImage) Method

Uses a bilinear sampler. This interpolation algorithm can be used where perfect image transformation with pixel matching is impossible, so that one can calculate and assign appropriate intensity values to pixels.
public static CanvasImage BilinearResampler(this CanvasImage image)
Namespace
Spectre.Console
Containing Type
CanvasImageExtensions

Parameters

CanvasImage image
The canvas image.

Returns