Ignore:
Timestamp:
Feb 27, 2010, 12:44:30 AM (14 years ago)
Author:
grum
Message:

Canon camera's maker note implementation + extended Xmp segments managed

File:
1 edited

Legend:

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

    r4931 r4972  
    17021702        'schema'       => "xmlns",
    17031703      ),
     1704      'aux:Firmware' => Array(
     1705        'implemented'  => true,
     1706        'translatable' => false,
     1707        'type'         => self::TYPE_SIMPLE,
     1708        'schema'       => "aux",
     1709      ),
    17041710      'aux:Lens' => Array(
    1705         'implemented'  => false,
     1711        'implemented'  => true,
    17061712        'translatable' => false,
    17071713        'type'         => self::TYPE_SIMPLE,
    17081714        'schema'       => "aux",
    17091715      ),
     1716      'aux:LensID' => Array(
     1717        'implemented'  => false,
     1718        'translatable' => false,
     1719        'type'         => self::TYPE_SIMPLE,
     1720        'schema'       => "aux",
     1721      ),
     1722      'aux:LensInfo' => Array(
     1723        'implemented'  => false,
     1724        'translatable' => false,
     1725        'type'         => self::TYPE_SIMPLE,
     1726        'schema'       => "aux",
     1727      ),
    17101728      'aux:SerialNumber' => Array(
    1711         'implemented'  => false,
     1729        'implemented'  => true,
    17121730        'translatable' => false,
    17131731        'type'         => self::TYPE_SIMPLE,
     
    18611879        'schema'       => "Iptc4xmpCore",
    18621880      ),
     1881
     1882      /*
     1883       * Note Schema
     1884       */
     1885      'xmlns:xmpNote' => Array(
     1886        'implemented'  => false,
     1887        'translatable' => false,
     1888        'type'         => self::TYPE_SIMPLE,
     1889        'schema'       => "xmlns",
     1890      ),
     1891
     1892      'xmpNote:HasExtendedXMP' => Array(
     1893        'implemented'  => false,
     1894        'translatable' => false,
     1895        'type'         => self::TYPE_SIMPLE,
     1896        'schema'       => "xmpNote",
     1897      ),
     1898
    18631899    );
    18641900
Note: See TracChangeset for help on using the changeset viewer.