Skip to content
代码片段 群组 项目
提交 38cffa18 编辑于 作者: Paddy Xu's avatar Paddy Xu
浏览文件

Improve image scaling quality

上级 63126887
No related branches found
No related tags found
无相关合并请求
......@@ -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;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册