Changeset 6388
- Timestamp:
- 01/09/12 12:15:56 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6.7.4/coders/tiff.c
r6227 r6388 1093 1093 TIFFGetProfiles(tiff,image); 1094 1094 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); 1096 1099 /* 1097 1100 Allocate memory for the image and pixel buffer.
Note: See TracChangeset
for help on using the changeset viewer.
