[gimp/gimp-2-8] Bug 564697 - Recomposing 'YCbCrITU R470 256' and 'YCbCrITU R709 256'...



commit df7969c08d531c1c310c85d132b30321e838a47e
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 14 20:08:17 2015 +0200

    Bug 564697 - Recomposing 'YCbCrITU R470 256' and 'YCbCrITU R709 256'...
    
    ...causes 'Error scanning 'decompose-data' parasite: too few layers found'
    
    Fix the identifier strings of the color models to have underscores
    instead of spaces. Found by Jonathan Tait.

 plug-ins/common/decompose.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/decompose.c b/plug-ins/common/decompose.c
index de1cd34..3db9319 100644
--- a/plug-ins/common/decompose.c
+++ b/plug-ins/common/decompose.c
@@ -234,11 +234,11 @@ static EXTRACT extract[] =
                                      N_("blueness-cb709"),
                                      N_("redness-cr709") }, extract_ycbcr709 },
 
-  { "YCbCr ITU R470 256", TRUE, 3, { N_("luma-y470f"),
+  { "YCbCr_ITU_R470_256", TRUE, 3, { N_("luma-y470f"),
                                      N_("blueness-cb470f"),
                                      N_("redness-cr470f") }, extract_ycbcr470f },
 
-  { "YCbCr ITU R709 256", TRUE, 3, { N_("luma-y709f"),
+  { "YCbCr_ITU_R709_256", TRUE, 3, { N_("luma-y709f"),
                                      N_("blueness-cb709f"),
                                      N_("redness-cr709f") }, extract_ycbcr709f }
 };


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