Ignore:
Timestamp:
Oct 31, 2010, 10:48:27 AM (13 years ago)
Author:
grum
Message:

Update JpegMetadata class to implement COM segment as a tag and keywords in "magic" tags
feature:1975, feature:1976

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/TagDefinitions/MagicTags.class.php

    r6986 r7511  
    254254          "{iptc.Caption/Abstract}",
    255255          "{exif.exif.UserComment}",
     256          "{com.comment}"
     257        )
     258      ),
     259
     260      'Author.Keywords' => Array(
     261        'implemented'  => true,
     262        'translatable' => false,
     263        'tagValues' => Array(
     264          "{xmp.dc:subject[values]},{iptc.Keywords[values]},{xmp.digiKam:TagsList[values]},{xmp.lr:hierarchicalSubject[values]}"
    256265        )
    257266      ),
Note: See TracChangeset for help on using the changeset viewer.