Revert "libgimpcolor: fix call to cmsCreateProofingTransform()."
This reverts commit f7e7f396aa.
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.
This commit is contained in:
parent
aa612807e7
commit
2fd738bb3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue