~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.batch.unix/exiftool/lib/Image/ExifTool/APP12.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 vars qw($VERSION);
15
15
use Image::ExifTool qw(:DataAccess :Utils);
16
16
 
17
 
$VERSION = '1.12';
 
17
$VERSION = '1.13';
18
18
 
19
19
sub ProcessAPP12($$$);
20
20
sub ProcessDucky($$$);
183
183
                $isNew = 1;
184
184
            }
185
185
            if ($isNew) {
186
 
                $val = $et->GetNewValues($nvHash);
 
186
                $val = $et->GetNewValue($nvHash);
187
187
                ++$$et{CHANGED};
188
188
                next unless defined $val;   # next if tag is being deleted
189
189
                $et->VerboseValue("+ Ducky:$$tagInfo{Name}", $val);