Ignore:
Timestamp:
Feb 28, 2010, 6:15:11 PM (14 years ago)
Author:
grum
Message:

Small bugs fixed + implementation of "Magic" metadata

File:
1 edited

Legend:

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

    r4935 r4998  
    977977      // flash, tag 0x9209, see EXIF 2.2 documentation
    978978      0x9209 => Array(
    979         'tagName'     => "flash",
     979        'tagName'     => "Flash",
    980980        'schema'      => "exif",
    981981        'translatable'=> true,
     
    990990                ),
    991991        'tagValues.specialValues' => Array(
    992           0x0000 => Array( // b00000001
     992          0x0001 => Array( // b00000001 => 'fired'
    993993                  0x00 => "flash did not fire",
    994994                  0x01 => "flash fired"
    995995                ),
    996           0x0006 => Array( // b00000110
     996          0x0006 => Array( // b00000110 => 'return'
    997997                  0x00 => "no strobe",                        // 00
    998998                  0x01 => "reserved",                         // 01
     
    10001000                  0x03 => "strobe return light detected"      // 11
    10011001                ),
    1002           0x0018 => Array( // b00011000
     1002          0x0018 => Array( // b00011000 => 'mode'
    10031003                  0x00 => "unknown",
    10041004                  0x01 => "compulsory flash firing",
    1005                   0x10 => "compulsory flash suppression",
    1006                   0x11 => "auto mode"
     1005                  0x02 => "compulsory flash suppression",
     1006                  0x03 => "auto mode"
    10071007                ),
    1008           0x0020 => Array( // b00100000
     1008          0x0020 => Array( // b00100000 => 'function'
    10091009                  0x00 => "flash function present",
    10101010                  0x01 => "no flash function"
    10111011                ),
    1012           0x0040 => Array( // b01000000
     1012          0x0040 => Array( // b01000000 => 'red-eye'
    10131013                  0x00 => "no red-eye reduction mode or unknown",
    10141014                  0x01 => "red-eye reduction supported"
Note: See TracChangeset for help on using the changeset viewer.