[gegl] operations: Remove remark about input being a babl_format_n type



commit 72a79a985f0541ac0ac90894b1a53ff504eb96d0
Author: Michael Henning <drawoc darkrefraction com>
Date:   Mon Apr 28 18:51:46 2014 -0400

    operations: Remove remark about input being a babl_format_n type
    
    5285d4587 in babl improved color conversions between babl_format_n
    and other babl color models, so the op user no longer needs to
    worry about this.

 operations/external/lcms-from-profile.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/operations/external/lcms-from-profile.c b/operations/external/lcms-from-profile.c
index 26fb675..47ba036 100644
--- a/operations/external/lcms-from-profile.c
+++ b/operations/external/lcms-from-profile.c
@@ -237,8 +237,7 @@ gegl_chant_class_init (GeglChantClass *klass)
     "categories",  "color",
     "description",
        _("Converts the input from an ICC color profile to "
-         "a well defined babl format. The input buffer should "
-         "be a babl_format_n type."),
+         "a well defined babl format."),
     NULL);
 }
 #endif


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