Author: dmeyer Date: Fri Dec 29 13:20:39 2006 New Revision: 2301 Modified: trunk/metadata/src/image/core.py
Log: add author to image core Modified: trunk/metadata/src/image/core.py ============================================================================== --- trunk/metadata/src/image/core.py (original) +++ trunk/metadata/src/image/core.py Fri Dec 29 13:20:39 2006 @@ -47,7 +47,7 @@ # attributes for image files ATTRIBUTES = ['description', 'people', 'location', 'event', 'width', 'height', - 'thumbnail','software','hardware', 'dpi', 'city', 'rotation' ] + 'thumbnail','software','hardware', 'dpi', 'city', 'rotation', 'author' ] class Image(Media): ------------------------------------------------------------------------- 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
