mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix #63: add Netpbm formats
This commit is contained in:
@@ -34,7 +34,7 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
".tif", ".x3f",
|
||||
// normal
|
||||
".bmp", ".ico", ".icon", ".jpg", ".jpeg", ".psd", ".svg", ".wdp", ".tif", ".tiff", ".tga",
|
||||
".webp",
|
||||
".webp", ".pbm", ".pgm", ".ppm", ".pnm",
|
||||
// animated
|
||||
".png", ".apng", ".gif"
|
||||
};
|
||||
|
Reference in New Issue
Block a user