]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 6 Oct 2018 13:32:12 +0000 (09:32 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 6 Oct 2018 13:32:12 +0000 (09:32 -0400)
MagickCore/property.c

index f6f944ee7f29ce7fb2be4ed0c2a617736f085955..853c661d66ea6b0e8368de57ec2d289cfd2da262 100644 (file)
@@ -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" },