commit | 979af636ec8616349fde6fbf7ea33bf85e6fb906 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Dec 01 01:36:08 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Dec 01 01:36:08 2011 +0000 |
tree | 19b1fbd99479a4048c5efc67234d76ae7c5684aa | |
parent | 809fdbd6514b57809948dc27990849c4ceb411a1 [diff] [blame] |
diff --git a/coders/tiff.c b/coders/tiff.c index b98c470..dfed3f4 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -1098,9 +1098,9 @@ 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. */