From: cristy Date: Fri, 16 Sep 2011 23:59:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6992 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=362980ccbba998c5553c928151cd7588e8aeefa9;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index 3769b669f..0d7e76a9e 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -994,10 +994,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, image->chromaticity.blue_primary.y=chromaticity[5]; } TIFFGetProperties(tiff,image); - option=GetImageOption(image_info,"tiff:exif"); - if ((option != (const char *) NULL) && - (IsMagickTrue(option) != MagickFalse)) - TIFFGetEXIFProperties(tiff,image); + TIFFGetEXIFProperties(tiff,image); TIFFGetProfiles(tiff,image,exception); /* Allocate memory for the image and pixel buffer.