mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +00:00
Upgrade Magick.NET packages
This commit is contained in:
@@ -111,7 +111,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers
|
||||
mi.Density = new Density(DpiHelper.DefaultDpi * DpiHelper.GetCurrentScaleFactor().Horizontal,
|
||||
DpiHelper.DefaultDpi * DpiHelper.GetCurrentScaleFactor().Vertical);
|
||||
|
||||
var img = mi.ToBitmapSource(BitmapDensity.Use);
|
||||
var img = mi.ToBitmapSourceWithDensity();
|
||||
|
||||
img.Freeze();
|
||||
return img;
|
||||
|
Reference in New Issue
Block a user