summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/Jpeg2000.pm
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2021-10-16 13:35:13 -0400
committerexiftool <exiftool@users.sourceforge.net>2021-10-16 13:35:13 -0400
commit426df98011695c533f3b133fc9332c139aeaaa10 (patch)
treeb29be3acdbde27c4553960b274b36709fa63a7e8 /lib/Image/ExifTool/Jpeg2000.pm
parentb9a23ab696b7dca4178fd3e24043d2b9dcc1a8f3 (diff)
Update to 12.33
Diffstat (limited to 'lib/Image/ExifTool/Jpeg2000.pm')
-rw-r--r--lib/Image/ExifTool/Jpeg2000.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Image/ExifTool/Jpeg2000.pm b/lib/Image/ExifTool/Jpeg2000.pm
index b42ad29e..cdb7b49b 100644
--- a/lib/Image/ExifTool/Jpeg2000.pm
+++ b/lib/Image/ExifTool/Jpeg2000.pm
@@ -340,12 +340,14 @@ my %j2cMarker = (
},
{
Name => 'UUID-Signature', # (seen in JUMB data of JPEG images)
+ # (may be able to remove this when JUMBF specification is finalized)
Condition => '$$valPt=~/^casg\x00\x11\x00\x10\x80\x00\x00\xaa\x00\x38\x9b\x71/',
Format => 'undef',
ValueConv => 'substr($val,16)',
},
{
- Name => 'UUID-C2PAClaimSignature', # (seen in JUMB data of JPEG images)
+ Name => 'UUID-C2PAClaimSignature', # (seen in incorrectly-formatted JUMB data of JPEG images)
+ # (may be able to remove this when JUMBF specification is finalized)
Condition => '$$valPt=~/^c2cs\x00\x11\x00\x10\x80\x00\x00\xaa\x00\x38\x9b\x71/',
SubDirectory => {
TagTable => 'Image::ExifTool::CBOR::Main',