mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 02:09:05 +00:00
Partially fix #385: EMF and WMF support. Leave EPS to a plugin
This commit is contained in:
@@ -36,7 +36,7 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
".pxn", ".r3d", ".raf", ".raw", ".rwl", ".rw2", ".rwz", ".sr2", ".srf", ".srw", ".x3f",
|
||||
// normal
|
||||
".bmp", ".heic", ".heif", ".ico", ".icon", ".jpg", ".jpeg", ".psd", ".wdp", ".tif", ".tiff", ".tga",
|
||||
".webp", ".pbm", ".pgm", ".ppm", ".pnm", ".svg",
|
||||
".webp", ".pbm", ".pgm", ".ppm", ".pnm", ".svg", ".emf", ".wmf",
|
||||
// animated
|
||||
".png", ".apng", ".gif"
|
||||
};
|
||||
|
Reference in New Issue
Block a user