mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
ImageViewer: add .jfif format support (#856)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
new KeyValuePair<string[], Type>(new[] {".gif"},
|
||||
typeof(GifProvider)));
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>(new[] {".bmp", ".jpg", ".jpeg", ".tif", ".tiff"},
|
||||
new KeyValuePair<string[], Type>(new[] {".bmp", ".jpg", ".jpeg", ".jfif", ".tif", ".tiff"},
|
||||
typeof(NativeProvider)));
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>(new[] {"*"},
|
||||
|
Reference in New Issue
Block a user