From 32aa71f1f93e0acd8095b82a919d5ab589c02eea Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 26 Apr 2010 17:56:25 -0300 Subject: Adding more XMP fields --- exif.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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', + ), ); } } -- cgit v1.2.3