From: Cristy Date: Sat, 14 Jul 2018 17:56:25 +0000 (-0400) Subject: Revert for now until we get a proper patch X-Git-Tag: 7.0.8-7~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c903d9134e3e6d0aba3914f07476aae5c524864b;p=imagemagick Revert for now until we get a proper patch --- diff --git a/coders/tiff.c b/coders/tiff.c index 05eaeb9ec..b6419c6c4 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -1487,8 +1487,7 @@ RestoreMSCWarning SetImageColorspace(image,CMYKColorspace,exception); if (photometric == PHOTOMETRIC_CIELAB) SetImageColorspace(image,LabColorspace,exception); - if (image_info->ping == MagickFalse) - TIFFGetProfiles(tiff,image,exception); + TIFFGetProfiles(tiff,image,exception); TIFFGetProperties(tiff,image,exception); option=GetImageOption(image_info,"tiff:exif-properties"); if (IsStringFalse(option) == MagickFalse) /* enabled by default */