Fix #1055: do not apply white background in ImageMagick

This commit is contained in:
Paddy Xu
2021-12-02 18:04:28 +01:00
parent f726841d99
commit ef51c459ab

View File

@@ -80,6 +80,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers
{ {
var settings = new MagickReadSettings var settings = new MagickReadSettings
{ {
BackgroundColor = MagickColors.None,
Defines = new DngReadDefines Defines = new DngReadDefines
{ {
OutputColor = DngOutputColor.SRGB, OutputColor = DngOutputColor.SRGB,