Bug 765176 - ICC profile conversions between grayscale and RGB images

gimp_image_convert_type(): call gimp_drawable_convert_type() with
convert_profile = TRUE.
This commit is contained in:
Michael Natterer 2016-04-20 04:20:58 +01:00
parent 66525e634e
commit 3968226644
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ gimp_image_convert_type (GimpImage *image,
{
gimp_drawable_convert_type (GIMP_DRAWABLE (layer), image, new_type,
gimp_drawable_get_precision (GIMP_DRAWABLE (layer)),
0, 0, FALSE,
0, 0, TRUE,
TRUE, NULL);
}
}