[gimp] plug-ins: Add webp loading support through file-gegl



commit dfad079ae0ae9c1a886fe093238da29d59f34921
Author: Michael Henning <drawoc darkrefraction com>
Date:   Wed Jul 24 14:02:07 2013 -0400

    plug-ins: Add webp loading support through file-gegl

 plug-ins/common/file-gegl.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c
index 79e6a0a..4fccd05 100644
--- a/plug-ins/common/file-gegl.c
+++ b/plug-ins/common/file-gegl.c
@@ -80,6 +80,19 @@ static const FileFormat file_formats[] =
     "This procedure loads images in NEF format, using gegl:load",
 
     NULL, NULL, NULL /* no NEF saving */
+  },
+
+  {
+    N_("WebP image"),
+    "image/webp",
+    "webp",
+    "",
+
+    "file-webp-load",
+    "Loads WebP images using GEGL",
+    "This procedure loads images in WebP format, using gegl:load",
+
+    NULL, NULL, NULL /* no WebP saving */
   }
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]