mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Support .qoi image #1432
This commit is contained in:
@@ -49,7 +49,8 @@ public class Plugin : IViewer
|
|||||||
".sr2", ".srf", ".srw", ".svg",
|
".sr2", ".srf", ".srw", ".svg",
|
||||||
".tga", ".tif", ".tiff",
|
".tga", ".tif", ".tiff",
|
||||||
".wdp", ".webp", ".wmf",
|
".wdp", ".webp", ".wmf",
|
||||||
".x3f", ".xcf"
|
".x3f", ".xcf",
|
||||||
|
".qoi"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
private ImagePanel _ip;
|
private ImagePanel _ip;
|
||||||
|
Reference in New Issue
Block a user