libgimpcolor: fix call to cmsCreateProofingTransform().
Wrong argument order! See Little-CMS API.
(cherry picked from commit 1a840b8e18
)
This commit is contained in:
parent
8e058220e5
commit
f7e7f396aa
@ -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,
|
||||
proof_intent,
|
||||
display_intent,
|
||||
proof_intent,
|
||||
flags |
|
||||
cmsFLAGS_SOFTPROOFING |
|
||||
cmsFLAGS_COPY_ALPHA);
|
||||
|
Loading…
Reference in New Issue
Block a user