Closed VisualMelon closed 4 years ago
Fixes #18 by adding support for the interpolate parameter of CanvasRenderContext.DrawImage.
interpolate
CanvasRenderContext.DrawImage
Uses Avalonia's Default interpolation for non-interpolated images, and LowQuality for interpolated images (which was the default value before this PR).
Default
LowQuality
Interpolated heatmap example:
new non-interpolated heatmap example:
Fixes #18 by adding support for the
interpolate
parameter ofCanvasRenderContext.DrawImage
.Uses Avalonia's
Default
interpolation for non-interpolated images, andLowQuality
for interpolated images (which was the default value before this PR).Interpolated heatmap example:
new non-interpolated heatmap example: