mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix #1055: do not apply white background in ImageMagick
This commit is contained in:
@@ -80,6 +80,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers
|
||||
{
|
||||
var settings = new MagickReadSettings
|
||||
{
|
||||
BackgroundColor = MagickColors.None,
|
||||
Defines = new DngReadDefines
|
||||
{
|
||||
OutputColor = DngOutputColor.SRGB,
|
||||
|
Reference in New Issue
Block a user