|
|
|
@ -45,17 +45,6 @@
|
|
|
|
|
while SRF6 uses standard EXIF tags. All information other than SRF0 is
|
|
|
|
|
encrypted, but thanks to Dave Coffin the decryption algorithm is known.
|
|
|
|
|
|
|
|
|
|
--- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500
|
|
|
|
|
+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500
|
|
|
|
|
@@ -570,7 +570,7 @@
|
|
|
|
|
last;
|
|
|
|
|
}
|
|
|
|
|
if ($countNeg12 > $countZero) {
|
|
|
|
|
- # looks like these offsets are entry-based, so use the offsets
|
|
|
|
|
+ # looks like these offsets are entry-based, so choose the offsets
|
|
|
|
|
# which have been correcting for individual entry position
|
|
|
|
|
$entryBased = 1;
|
|
|
|
|
next; # go around again to validate entry-based offsets
|
|
|
|
|
--- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500
|
|
|
|
|
+++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500
|
|
|
|
|
@@ -145,7 +145,7 @@
|
|
|
|
@ -189,3 +178,14 @@
|
|
|
|
|
$dataPt = $dirData;
|
|
|
|
|
$val = $offset;
|
|
|
|
|
$offset = $pt+6;
|
|
|
|
|
--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500
|
|
|
|
|
+++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500
|
|
|
|
|
@@ -593,7 +593,7 @@
|
|
|
|
|
($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2)
|
|
|
|
|
) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2)
|
|
|
|
|
{
|
|
|
|
|
- # looks like these offsets are entry-based, so use the offsets
|
|
|
|
|
+ # looks like these offsets are entry-based, so choose the offsets
|
|
|
|
|
# which have been correcting for individual entry position
|
|
|
|
|
$entryBased = 1;
|
|
|
|
|
$verbose and $exifTool->Warn("$dirName offsets are entry-based");
|
|
|
|
|