mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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
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,
|
||||
proof_intent,
|
||||
display_intent,
|
||||
proof_intent,
|
||||
flags |
|
||||
cmsFLAGS_SOFTPROOFING |
|
||||
cmsFLAGS_COPY_ALPHA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue