[gimp] Bug 787494 - incorrect babl_space_from_icc() call.



commit 16d33b034bc2aab7ef2241d42e145d4e4cc9b1e9
Author: Jehan <jehan girinstud io>
Date:   Sun Sep 10 11:31:50 2017 +0200

    Bug 787494 - incorrect babl_space_from_icc() call.
    
    Added in commit 415f869f202e76a51970b46d493ad5426f406b3a to drop a
    workaround from commit bac042db39a5fab2b04ee64ead4fcc95734dc218.
    This line was not a part of the workaround and looks completely
    unrelated. I assume that's just a commit mistake. :-)

 libgimpcolor/gimpcolorprofile.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgimpcolor/gimpcolorprofile.c b/libgimpcolor/gimpcolorprofile.c
index 2714e3e..f2c7035 100644
--- a/libgimpcolor/gimpcolorprofile.c
+++ b/libgimpcolor/gimpcolorprofile.c
@@ -1479,7 +1479,6 @@ gimp_color_profile_get_format (GimpColorProfile  *profile,
 
   space = babl_space_from_icc ((const gchar *) profile->priv->data,
                                profile->priv->length,
-                               BABL_ICC_INTENT_RELATIVE_COLORIMETRIC,
                                &babl_error);
 
   if (! space)


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