Support JXR image but SDR only #1680

This commit is contained in:
ema
2025-06-30 01:49:43 +08:00
parent 856f7f137c
commit a65a453390
3 changed files with 72 additions and 3 deletions

View File

@@ -19,14 +19,12 @@ using QuickLook.Common.Helpers;
using QuickLook.Common.Plugin;
using System;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using static System.Net.WebRequestMethods;
namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers;