Bug in Nikon Transfer 6.2.7 W
Prepared 2005-12-31 (196/10628) by Bill Claff

I don't use Nikon Transfer but some files were e-mailed to me that are affected by this bug.
These D200 NEFs were transferred from a CF reader with Nikon View via Nikon Transfer.

The problem is that the directory entry count, shown in red; should be 9 and not 8.
Also, the two offsets shown in blue and cyan must be increased by 12; the size of one TIFF directory entry.
It's as if a 9th entry was added and the code wasn't adjusted.

The bug is in the TIFF directory for the full-sized embedded JPG.


Incorrect:
0006A0 00 08 00 FE 00 04 00 00 00 01 00 00 00 01 01 03
0006B0 00 03 00 00 00 01 00 06 00 00 01 12 00 03 00 00
0006C0 00 01 00 01 00 00 01 1A 00 05 00 00 00 01 00 00
0006D0 07 06 01 1B 00 05 00 00 00 01 00 00 07 0E 01 28
0006E0 00 03 00 00 00 01 00 02 00 00 02 01 00 04 00 00
0006F0 00 01 00 02 BE AD 02 02 00 04 00 00 00 01 00 0C
000700 CF 3F 02 13 00 03 00 00 00 01 00 01 00 00 00 00
000710 00 00 00 00 00 48 00 00 00 01 00 00 00 48 00 00
000720 00 01

Correct:
0006A0 00 09 00 FE 00 04 00 00 00 01 00 00 00 01 01 03
0006B0 00 03 00 00 00 01 00 06 00 00 01 12 00 03 00 00
0006C0 00 01 00 01 00 00 01 1A 00 05 00 00 00 01 00 00
0006D0 07 12 01 1B 00 05 00 00 00 01 00 00 07 1A 01 28
0006E0 00 03 00 00 00 01 00 02 00 00 02 01 00 04 00 00
0006F0 00 01 00 02 BE AD 02 02 00 04 00 00 00 01 00 0C
000700 CF 3F 02 13 00 03 00 00 00 01 00 01 00 00 00 00
000710 00 00 00 00 00 48 00 00 00 01 00 00 00 48 00 00
000720 00 01

Note the green highlight of the TIFF entry that was added.