From: Cristy Date: Sat, 6 Oct 2018 13:32:12 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-13~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0ff711fb1a49a0587c4d49026122776aefaf662;p=imagemagick ... --- diff --git a/MagickCore/property.c b/MagickCore/property.c index f6f944ee7..853c661d6 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1093,11 +1093,11 @@ static MagickBooleanType GetEXIFProperty(const Image *image, { 0x84e3, "exif:IT8RasterPadding" }, { 0x84e5, "exif:IT8ColorTable" }, { 0x8649, "exif:ImageResourceInformation" }, - { 0x8769, "exif:ExifOffset" }, //Documentation specs as "Exif IFD Pointer"? + { 0x8769, "exif:ExifOffset" }, /* specs as "Exif IFD Pointer"? */ { 0x8773, "exif:InterColorProfile" }, { 0x8822, "exif:ExposureProgram" }, { 0x8824, "exif:SpectralSensitivity" }, - { 0x8825, "exif:GPSInfo" }, //Documentation specs as "GPSInfo IFD Pointer"? + { 0x8825, "exif:GPSInfo" }, /* specs as "GPSInfo IFD Pointer"? */ { 0x8827, "exif:PhotographicSensitivity" }, { 0x8828, "exif:OECF" }, { 0x8829, "exif:Interlace" },