[gegl] webp-save: complete port to gegl-op.h



commit 034a8905b405491d0f257801b6fb94a7bff07e3e
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed May 21 00:03:09 2014 +0200

    webp-save: complete port to gegl-op.h

 operations/external/webp-save.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/operations/external/webp-save.c b/operations/external/webp-save.c
index 509e4ae..ea269e1 100644
--- a/operations/external/webp-save.c
+++ b/operations/external/webp-save.c
@@ -19,13 +19,14 @@
 #include "config.h"
 #include <glib/gi18n-lib.h>
 
-
 #ifdef GEGL_PROPERTIES
 
-property_file_path (path, _("File"), "", _("Target file path."))
+property_file_path (path, _("File"), "")
+  description (_("Target file path."))
 
-property_int    (quality, _("Quality"), 1, 100, 90,
-                   _("WebP compression quality"))
+property_int (quality, _("Quality"), 90)
+  description (_("WebP compression quality"))
+  value_range (1, 100)
 
 #else
 


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