Support .qoi image #1432

This commit is contained in:
ema
2024-12-12 09:59:49 +08:00
parent 28ec7655f8
commit b4ac9332fe

View File

@@ -49,7 +49,8 @@ public class Plugin : IViewer
".sr2", ".srf", ".srw", ".svg",
".tga", ".tif", ".tiff",
".wdp", ".webp", ".wmf",
".x3f", ".xcf"
".x3f", ".xcf",
".qoi"
]);
private ImagePanel _ip;