aboutsummaryrefslogtreecommitdiff
path: root/exif.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'exif.class.php')
-rw-r--r--exif.class.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/exif.class.php b/exif.class.php
index 59f3877..34da3cd 100644
--- a/exif.class.php
+++ b/exif.class.php
@@ -367,6 +367,16 @@ Class Exif {
'ns' => 'http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/',
'type' => 'property',
),
+ 'credit' => array(
+ 'name' => 'Credit',
+ 'ns' => 'http://ns.adobe.com/photoshop/1.0/',
+ 'type' => 'property',
+ ),
+ 'countrycode' => array(
+ 'name' => 'CountryCode',
+ 'ns' => 'http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/',
+ 'type' => 'property',
+ ),
);
}
}