Change default interpolation mode for performance reasons

This commit is contained in:
Jaex 2018-01-06 08:48:34 +03:00
parent 9d74081df5
commit 402c57e952

View file

@ -71,7 +71,7 @@ public class AnnotationOptions
public Color TextFillColor { get; set; } = PrimaryColor;
// Image drawing
public ImageEditorInterpolationMode ImageInterpolationMode = ImageEditorInterpolationMode.Bicubic;
public ImageEditorInterpolationMode ImageInterpolationMode = ImageEditorInterpolationMode.NearestNeighbor;
// Step drawing
public Color StepBorderColor { get; set; } = SecondaryColor;