mirror of https://github.com/GNOME/gimp.git
libgimpcolor: fix call to cmsCreateProofingTransform().
Wrong argument order! See Little-CMS API.
This commit is contained in:
parent
f19f940916
commit
1a840b8e18
|
@ -357,8 +357,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