[gimp] Bug 751553 - Linear precision doesn't display the image correctly
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 751553 - Linear precision doesn't display the image correctly
- Date: Tue, 20 Oct 2015 22:28:10 +0000 (UTC)
commit 61ae6b10de231d28422ff1e3f627340970a1d6b5
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]