Changeset 4258 in josm for trunk/src/com


Ignore:
Timestamp:
2011-07-20T13:50:48+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6597 - update NikonType2MakernoteDirectory.java to revision r16 - fixing wrong encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/metadata/exif/NikonType2MakernoteDirectory.java

    r4231 r4258  
    99 *
    1010 * If you make use of this code, I'd appreciate hearing about it.
    11  *   drew@drewnoakes.com
     11 *   metadata_extractor [at] drewnoakes [dot] com
    1212 * Latest version of this software kept at
    1313 *   http://drewnoakes.com/
     
    2424
    2525/**
    26  * Contains values specific to Nikon cameras.  Type-2 applies to the E990 and D-series cameras such as the E990, D1,
     26 * Describes tags specific to Nikon (type 2) cameras.  Type-2 applies to the E990 and D-series cameras such as the E990, D1,
    2727 * D70 and D100.
    2828 *
     
    150150    /**
    151151     * Values observed
    152      * - î
    153 
    154152     * - 0,1,c,0 (hex)
    155153     */
     
    297295     * Values observed
    298296     * - 48,1,c,0 (hex) (D100)
    299      * - @
    300 
     297     * - @ <hex>
    301298     */
    302299    public static final int TAG_NIKON_TYPE2_UNKNOWN_8 = 0x008B;
     
    329326    /**
    330327     * Values observed
    331      * - 0100
    332 
    333 )
     328     * - 0100 <hex>
    334329     * - 0103 (D70)
    335330     * - 0100 (D1X)
     
    353348    /**
    354349     * Values observed
    355      * - 0100
    356 '~e3
    357      * - 0103
     350     * - 0100 <hex>
     351     * - 0103 <hex>
    358352     */
    359353    public static final int TAG_NIKON_TYPE2_UNKNOWN_12 = 0x0097;
     
    361355    /**
    362356     * Values observed
    363      * - 0100fht@7b,4x,D"Y
    364      * - 01015
    365      * - 0100w\cH+D$$h$î5
    366 Q (D1X)
     357     * - 0100 <hex>
     358     * - 0101 <hex>
     359     * - 0100 <hex> (D1X)
    367360     * - 30,31,30,30,0,0,b,48,7c,7c,24,24,5,15,24,0,0,0,0,0 (hex) (D100)
    368361     */
Note: See TracChangeset for help on using the changeset viewer.