From 2fd738bb3ee5d32d1fa0de1a310abb0da740953d Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 9 Feb 2023 14:48:52 +0100 Subject: [PATCH] Revert "libgimpcolor: fix call to cmsCreateProofingTransform()." This reverts commit f7e7f396aa750570d83e1cfc63fe8784eab3eb2c. See issue #8269. For GIMP 2.10, I'll just revert this commit so that we get back to pre-2.10.32 situation. For 3.0, we'll try to do something better. --- libgimpcolor/gimpcolortransform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpcolor/gimpcolortransform.c b/libgimpcolor/gimpcolortransform.c index 7e57016a9c..b01f73956e 100644 --- a/libgimpcolor/gimpcolortransform.c +++ b/libgimpcolor/gimpcolortransform.c @@ -334,8 +334,8 @@ gimp_color_transform_new_proofing (GimpColorProfile *src_profile, priv->transform = cmsCreateProofingTransform (src_lcms, lcms_src_format, dest_lcms, lcms_dest_format, proof_lcms, - display_intent, proof_intent, + display_intent, flags | cmsFLAGS_SOFTPROOFING | cmsFLAGS_COPY_ALPHA);