[gimp] plug-ins: disable the WebP loader/saver in file-gegl
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: disable the WebP loader/saver in file-gegl
- Date: Wed, 10 Aug 2016 19:50:34 +0000 (UTC)
commit a9c436ea0bcd421269599a09eb794b1606b256a8
Author: Michael Natterer <mitch gimp org>
Date: Wed Aug 10 21:46:30 2016 +0200
plug-ins: disable the WebP loader/saver in file-gegl
so the new dedicated WebP plug-in is used.
plug-ins/common/file-gegl.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c
index f397cc6..706c6e4 100644
--- a/plug-ins/common/file-gegl.c
+++ b/plug-ins/common/file-gegl.c
@@ -81,21 +81,6 @@ static const FileFormat file_formats[] =
"file-exr-save",
"Saves files in the OpenEXR file format",
"This procedure saves images in the OpenEXR format, using gegl:save"
- },
-
- {
- N_("WebP image"),
- "image/webp",
- "webp",
- "",
-
- "file-webp-load",
- "Loads WebP images using GEGL",
- "This procedure loads images in WebP format, using gegl:load",
-
- "file-webp-save",
- "Saves WebP images using GEGL",
- "This procedure saves images in WebP format, using gegl:save"
}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]