mirror of https://github.com/GNOME/gimp.git
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:
parent
66525e634e
commit
3968226644
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue