Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 19, 2018
1 parent 0af2661 commit 74d208b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MagickCore/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name,
ThrowProfileException(ImageError,
"ColorspaceColorProfileMismatch",name);
}
(void) source_colorspace;
signature=cmsGetPCS(source_profile);
if (target_profile != (cmsHPROFILE) NULL)
signature=cmsGetColorSpace(target_profile);
Expand Down

0 comments on commit 74d208b

Please sign in to comment.