Experimental support for gimp (.xcf extension)

This commit is contained in:
Alexander Eder
2022-11-17 13:13:52 +01:00
committed by GitHub
parent 437d47ed05
commit 0ee6e3621b

View File

@@ -49,7 +49,7 @@ namespace QuickLook.Plugin.ImageViewer
".sr2", ".srf", ".srw", ".svg",
".tga", ".tif", ".tiff",
".wdp", ".webp", ".wmf",
".x3f"
".x3f", ".xcf"
});
private ImagePanel _ip;