Changeset 6388


Ignore:
Timestamp:
01/09/12 12:15:56 (17 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6.7.4/coders/tiff.c

    r6227 r6388  
    10931093    TIFFGetProfiles(tiff,image); 
    10941094    TIFFGetProperties(tiff,image); 
    1095     TIFFGetEXIFProperties(tiff,image); 
     1095    option=GetImageOption(image_info,"tiff:exif-properties"); 
     1096    if ((option == (const char *) NULL) || 
     1097        (IsMagickTrue(option) == MagickFalse)) 
     1098      TIFFGetEXIFProperties(tiff,image); 
    10961099    /* 
    10971100      Allocate memory for the image and pixel buffer. 
Note: See TracChangeset for help on using the changeset viewer.