1"""
2Makernote (proprietary) tag definitions for Apple iOS
3
4Based on version 1.01 of ExifTool -> Image/ExifTool/Apple.pm
5http://owl.phy.queensu.ca/~phil/exiftool/
6"""
7
8TAGS = {
9    0x000a: ('HDRImageType', {
10        3: 'HDR Image',
11        4: 'Original Image',
12    }),
13}
14