From 362980ccbba998c5553c928151cd7588e8aeefa9 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 16 Sep 2011 23:59:27 +0000 Subject: [PATCH] --- coders/tiff.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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. -- 2.40.0