~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.batch.unix/exiftool/lib/Image/ExifTool/MIE.pm

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
use Image::ExifTool::Exif;
15
15
use Image::ExifTool::GPS;
16
16
 
17
 
$VERSION = '1.44';
 
17
$VERSION = '1.45';
18
18
 
19
19
sub ProcessMIE($$);
20
20
sub ProcessMIEGroup($$$);
1242
1242
                        and not $$nvHash{EditOnly}));
1243
1243
                }
1244
1244
                # get the new value to write (undef to delete)
1245
 
                push @newVals, $et->GetNewValues($nvHash);
 
1245
                push @newVals, $et->GetNewValue($nvHash);
1246
1246
                next unless @newVals;
1247
1247
                $writable = $$newInfo{Writable} || $$tagTablePtr{WRITABLE};
1248
1248
                if ($writable eq 'string') {