[gimp/blend-tool-fun: 148/163] Bug 751553 - Linear precision doesn't display the image correctly



commit 0a63af1a39c623bff336526e1640b6848916b26f
Author: Michael Natterer <mitch gimp org>
Date:   Wed Oct 21 00:27:34 2015 +0200

    Bug 751553 - Linear precision doesn't display the image correctly
    
    Disable the new conversion code, something is broken...

 app/core/gimpimage-convert-precision.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpimage-convert-precision.c b/app/core/gimpimage-convert-precision.c
index e2c67b8..c79ab8e 100644
--- a/app/core/gimpimage-convert-precision.c
+++ b/app/core/gimpimage-convert-precision.c
@@ -121,7 +121,7 @@ gimp_image_convert_precision (GimpImage     *image,
   /*  Push the image precision to the stack  */
   gimp_image_undo_push_image_precision (image, NULL);
 
-  old_profile = gimp_image_get_color_profile (image);
+  old_profile = NULL; /* FIXME bug 751553 gimp_image_get_color_profile (image); */
   old_format  = gimp_image_get_layer_format (image, FALSE);
 
   /*  Set the new precision  */


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