]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 1 Dec 2011 01:36:08 +0000 (01:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 1 Dec 2011 01:36:08 +0000 (01:36 +0000)
coders/tiff.c

index b98c470101edad69ff1419f817de1009286e4eb4..dfed3f4f68cf650d016a9b06c0a78c3b7ccf03dc 100644 (file)
@@ -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.
     */