~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.batch.unix/exiftool/lib/Image/ExifTool/DNG.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:
17
17
use Image::ExifTool::MakerNotes;
18
18
use Image::ExifTool::CanonRaw;
19
19
 
20
 
$VERSION = '1.21';
 
20
$VERSION = '1.22';
21
21
 
22
22
sub ProcessOriginalRaw($$$);
23
23
sub ProcessAdobeData($$$);
420
420
                } elsif ($$newTags{$tagID}) {
421
421
                    my $nvHash = $et->GetNewValueHash($tagInfo);
422
422
                    if ($et->IsOverwriting($nvHash, $val)) {
423
 
                        my $newVal = $et->GetNewValues($nvHash);
 
423
                        my $newVal = $et->GetNewValue($nvHash);
424
424
                        my $verboseVal;
425
425
                        $verboseVal = $newVal if $verbose > 1;
426
426
                        # convert to specified format if necessary