]> granicus.if.org Git - imagemagick/commitdiff
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27960
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 2 Jul 2015 12:33:54 +0000 (12:33 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 2 Jul 2015 12:33:54 +0000 (12:33 +0000)
MagickCore/identify.c
coders/json.c
coders/meta.c

index 33565438a2d31178259cd37fef69c01aa56b70af..14b549be5cdf35a7fba954d4ab52ed561140443e 100644 (file)
@@ -1279,6 +1279,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file,
                 case 80: tag="Byline"; break;
                 case 85: tag="Byline Title"; break;
                 case 90: tag="City"; break;
+                case 92: tag="Sub-Location"; break;
                 case 95: tag="Province State"; break;
                 case 100: tag="Country Code"; break;
                 case 101: tag="Country"; break;
index 015dbddc90ff83caba54518546014643e251122c..bd335e090f32e769c29cc026cc46ed491a3ba2e3 100644 (file)
@@ -1409,6 +1409,7 @@ static MagickBooleanType EncodeImageAttributes(Image *image,FILE *file,
                 case 80: tag="Byline"; break;
                 case 85: tag="Byline Title"; break;
                 case 90: tag="City"; break;
+                case 92: tag="Sub-Location"; break;
                 case 95: tag="Province State"; break;
                 case 100: tag="Country Code"; break;
                 case 101: tag="Country"; break;
index 8a3357b7ad0dd3291e57fed1c198b193e608edf4..8dd59131123b412df997e1f23cf4c708023f11bb 100644 (file)
@@ -1786,6 +1786,7 @@ static const tag_spec tags[] = {
   { 80, "Byline" },
   { 85, "Byline Title" },
   { 90, "City" },
+  { 92, "Sub-Location" },
   { 95, "Province State" },
   { 100, "Country Code" },
   { 101, "Country" },