From 37195c8d4e36f4b9f4c55840f351c483ed03854c Mon Sep 17 00:00:00 2001 From: Michael Henning Date: Thu, 25 Jul 2013 14:01:30 -0400 Subject: [PATCH] plug-ins: Add webp saving support through file-gegl --- plug-ins/common/file-gegl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c index 4fccd05eca..7a93a77500 100644 --- a/plug-ins/common/file-gegl.c +++ b/plug-ins/common/file-gegl.c @@ -92,7 +92,9 @@ static const FileFormat file_formats[] = "Loads WebP images using GEGL", "This procedure loads images in WebP format, using gegl:load", - NULL, NULL, NULL /* no WebP saving */ + "file-webp-save", + "Saves WebP images using GEGL", + "This procedure saves images in WebP format, using gegl:save" } };