Support Animated WebP #1024 #1324

Limitations: Only supports x64 systems
This commit is contained in:
ema
2024-12-30 17:00:18 +08:00
parent d96c6e21ce
commit 96d8c420c4
4 changed files with 282 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
// Copyright © 2018 Paddy Xu
// Copyright © 2024 QL-Win Contributors
//
// This file is part of QuickLook program.
//
@@ -76,6 +76,9 @@ public class Plugin : IViewer
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>([".icns"],
typeof(IcnsProvider)));
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>([".webp"],
typeof(WebPProvider)));
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>(["*"],
typeof(ImageMagickProvider)));