mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +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
|
var settings = new MagickReadSettings
|
||||||
{
|
{
|
||||||
|
BackgroundColor = MagickColors.None,
|
||||||
Defines = new DngReadDefines
|
Defines = new DngReadDefines
|
||||||
{
|
{
|
||||||
OutputColor = DngOutputColor.SRGB,
|
OutputColor = DngOutputColor.SRGB,
|
||||||
|
Reference in New Issue
Block a user