Author: dmeyer
Date: Fri Dec 29 13:20:11 2006
New Revision: 2299

Modified:
   trunk/metadata/src/image/IPTC.py

Log:
some name changes

Modified: trunk/metadata/src/image/IPTC.py
==============================================================================
--- trunk/metadata/src/image/IPTC.py    (original)
+++ trunk/metadata/src/image/IPTC.py    Fri Dec 29 13:20:11 2006
@@ -41,11 +41,13 @@
     'headline': 'title',
     'date created': 'date',
     'keywords': 'keywords',
-    'writer/editor': 'artist',
-    'credit': 'artist',
+    'writer-editor': 'artist',
+    'credit': 'copyright',
+    'by-line': 'artist',
     'country/primary location name': 'country',
-    'caption/abstract': 'caption',
-    'city': 'city'
+    'caption-abstract': 'description',
+    'city': 'city',
+    'sub-location': 'location'
 }
 
 # These names match the codes defined in ITPC's IIM record 2.
@@ -92,8 +94,8 @@
   115: 'source',
   116: 'copyright notice',
   118: 'contact',
-  120: 'caption/abstract',
-  122: 'writer/editor',
+  120: 'caption-abstract',
+  122: 'writer-editor',
 #  125: 'rasterized caption', # unsupported (binary data)
   130: 'image type',
   131: 'image orientation',

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to