Bug 751553 - Linear precision doesn't display the image correctly

Disable the new conversion code, something is broken...
This commit is contained in:
Michael Natterer 2015-10-21 00:27:34 +02:00
parent ecd4752072
commit 61ae6b10de
1 changed files with 1 additions and 1 deletions

View File

@ -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 */