~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.batch.unix/exiftool/lib/Image/ExifTool/WritePhotoshop.pl

  • 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:
124
124
                    $$newTags{$tagID} = $tagInfo;   # add later
125
125
                    $value = undef;
126
126
                } else {
127
 
                    $value = $et->GetNewValues($nvHash);
 
127
                    $value = $et->GetNewValue($nvHash);
128
128
                }
129
129
                ++$$et{CHANGED};
130
130
                next unless defined $value;     # next if tag is being deleted
185
185
        if ($$newTags{$tagID}) {
186
186
            $tagInfo = $$newTags{$tagID};
187
187
            my $nvHash = $et->GetNewValueHash($tagInfo);
188
 
            $value = $et->GetNewValues($nvHash);
 
188
            $value = $et->GetNewValue($nvHash);
189
189
            # handle new IPTCDigest value specially
190
190
            if ($tagInfo eq $iptcDigestInfo and defined $value) {
191
191
                if ($value eq 'new') {