[gimp] Bug 765176 - ICC profile conversions between grayscale and RGB images
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 765176 - ICC profile conversions between grayscale and RGB images
- Date: Wed, 20 Apr 2016 03:24:27 +0000 (UTC)
commit 39682266440b33adedad70e48c2d8bb7fb8c245c
Author: Michael Natterer <mitch gimp org>
Date: Wed Apr 20 04:20:58 2016 +0100
Bug 765176 - ICC profile conversions between grayscale and RGB images
gimp_image_convert_type(): call gimp_drawable_convert_type() with
convert_profile = TRUE.
app/core/gimpimage-convert-type.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpimage-convert-type.c b/app/core/gimpimage-convert-type.c
index d48eb86..5acac2d 100644
--- a/app/core/gimpimage-convert-type.c
+++ b/app/core/gimpimage-convert-type.c
@@ -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);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]