From: cristy Date: Thu, 1 Dec 2011 01:36:08 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=979af636ec8616349fde6fbf7ea33bf85e6fb906;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index b98c47010..dfed3f4f6 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -1098,9 +1098,9 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, case COMPRESSION_ADOBE_DEFLATE: image->compression=ZipCompression; break; default: image->compression=RLECompression; break; } - TIFFGetEXIFProperties(tiff,image,exception); TIFFGetProfiles(tiff,image,exception); TIFFGetProperties(tiff,image,exception); + TIFFGetEXIFProperties(tiff,image,exception); /* Allocate memory for the image and pixel buffer. */