summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/Apple.pm
diff options
context:
space:
mode:
authorexiftool <phil@work3.phy.queensu.ca>2015-12-22 11:37:59 -0500
committerexiftool <phil@work3.phy.queensu.ca>2015-12-22 11:37:59 -0500
commitc5e9dee7881941de879aa20a7c864a113faa11f2 (patch)
treec7b2d006909e2dff83290bca46c84bf45736ae47 /lib/Image/ExifTool/Apple.pm
parent0d2605073f41c0184c9efb981a077e36617b1e6d (diff)
Update to 10.08
Diffstat (limited to 'lib/Image/ExifTool/Apple.pm')
-rw-r--r--lib/Image/ExifTool/Apple.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Image/ExifTool/Apple.pm b/lib/Image/ExifTool/Apple.pm
index ca9057a2..b890a3df 100644
--- a/lib/Image/ExifTool/Apple.pm
+++ b/lib/Image/ExifTool/Apple.pm
@@ -21,7 +21,7 @@ $VERSION = '1.02';
WRITABLE => 1,
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
NOTES => 'Tags extracted from maker notes of images from the iPhone 5 with iOS 7.',
- # 0x0001 - int32s: seen 0, 1, 2, 3
+ # 0x0001 - int32s: seen 0,1,2,3,4
# 0x0002 - binary plist with a single data object of size 512 bytes (iPhone5s)
0x0003 => {
Name => 'RunTime',
@@ -29,10 +29,10 @@ $VERSION = '1.02';
},
# 0x0004 - int32s: normally 1, but 0 for low-light images
# 0x0005 - int32s: seen values 147-247, and 100 for blank images
- # 0x0006 - int32s: seen values 129-241, and 20 for blank images
+ # 0x0006 - int32s: seen values 120-258, and 20 for blank images
# 0x0007 - int32s: seen 1
# 0x0008 - rational64s[3]: eg) "0.02683717579 -0.7210501641 -0.6948792783"
- # 0x0009 - int32s: seen 19
+ # 0x0009 - int32s: seen 19,531
0x000a => {
Name => 'HDRImageType',
Writable => 'int32s',
@@ -47,12 +47,12 @@ $VERSION = '1.02';
Notes => 'unique ID for all images in a burst',
},
# 0x000c - rational64s[2]: eg) "0.1640625 0.19921875"
- # 0x000d - int32s: 0
+ # 0x000d - int32s: 0,1,6
# 0x000e - int32s: 0,1,12
- # 0x000f - int32s: 3
+ # 0x000f - int32s: 2,3
# 0x0010 - int32s: 1
# 0x0011 - string[37]: some type of UID, eg. "FFCBAC24-E547-4BBC-AF47-38B1A3D845E3\0" (iPhone 6s, iOS 6.1)
- # 0x0014 - int32s: 1,3 (iPhone 6s, iOS 6.1)
+ # 0x0014 - int32s: 1,2,3,5 (iPhone 6s, iOS 6.1)
);
# PLIST-format CMTime structure (ref PH)