- Timestamp:
- 2011-07-20T13:50:48+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/metadata/exif/NikonType2MakernoteDirectory.java
r4231 r4258 9 9 * 10 10 * If you make use of this code, I'd appreciate hearing about it. 11 * drew@drewnoakes.com11 * metadata_extractor [at] drewnoakes [dot] com 12 12 * Latest version of this software kept at 13 13 * http://drewnoakes.com/ … … 24 24 25 25 /** 26 * Contains values specific to Nikoncameras. 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, 27 27 * D70 and D100. 28 28 * … … 150 150 /** 151 151 * Values observed 152 * - î153 154 152 * - 0,1,c,0 (hex) 155 153 */ … … 297 295 * Values observed 298 296 * - 48,1,c,0 (hex) (D100) 299 * - @ 300 297 * - @ <hex> 301 298 */ 302 299 public static final int TAG_NIKON_TYPE2_UNKNOWN_8 = 0x008B; … … 329 326 /** 330 327 * Values observed 331 * - 0100 332 333 ) 328 * - 0100 <hex> 334 329 * - 0103 (D70) 335 330 * - 0100 (D1X) … … 353 348 /** 354 349 * Values observed 355 * - 0100 356 '~e3 357 * - 0103 350 * - 0100 <hex> 351 * - 0103 <hex> 358 352 */ 359 353 public static final int TAG_NIKON_TYPE2_UNKNOWN_12 = 0x0097; … … 361 355 /** 362 356 * 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) 367 360 * - 30,31,30,30,0,0,b,48,7c,7c,24,24,5,15,24,0,0,0,0,0 (hex) (D100) 368 361 */
Note:
See TracChangeset
for help on using the changeset viewer.