Fix #877: Add image/webp mime type
authorAdrian Siemieniak <>
Tue, 9 Mar 2021 10:55:26 +0000 (10:55 +0000)
committerColin Clark <colin.clark@cclark.uk>
Tue, 9 Mar 2021 10:55:26 +0000 (10:55 +0000)
https://github.com/BestImageViewer/geeqie/pull/877

src/editors.c

index 2d3fc35..9d853ea 100644 (file)
@@ -113,6 +113,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types)
                {"image/gif",           ".gif"},
                {"image/jpeg",          ".jpeg;.jpg;.mpo"},
                {"image/jpg",           ".jpg;.jpeg"},
+               {"image/webp",          ".webp"},
                {"image/pcx",           ".pcx"},
                {"image/png",           ".png"},
                {"image/svg",           ".svg"},