diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs index 5674bbd..9ea7c6a 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs @@ -52,7 +52,7 @@ namespace QuickLook.Plugin.ImageViewer private MetaProvider _meta; private Visibility _metaIconVisibility = Visibility.Visible; private double _minZoomFactor = 0.1d; - private BitmapScalingMode _renderMode = BitmapScalingMode.NearestNeighbor; + private BitmapScalingMode _renderMode = BitmapScalingMode.Linear; private bool _showZoomLevelInfo = true; private BitmapSource _source; private double _zoomFactor = 1d;