Written by John Hawkins, based mainly on observation of Sanyo DSC-MZ2. There's still a few gaps, so please let me know if there's any extra information you'd like to add to this.
| Tag | Name | Format | Components | Meaning/Notes |
| 0x00ff | MakerNote Start Offset? | unsigned short | 1 |
In TIFF file this value equals the offset of the start of MakerNote. In a JPEG file's EXIF section this value is equal to the offset of the start of MakerNote plus 12. |
| 0x0100 | JPEG Thumbnail Data | undefined | varies | Alternative means of storing thumbnail data encountered in TIFF files. |
| 0x0200 | Special Mode | unsigned long | 3 |
Used for panorama mode in older (Olympus?) cameras. Many newer cameras still write these three values even when they don't have a panorama mode - so always written as (0, 0, 0).
First value:
[0: normal,
1: unknown,
2: fast,
3: panorama] |
| 0x0201 | JPEG Quality | unsigned short | 1 |
Least significant byte, resolution:
Most significant byte, detail: |
| 0x0202 | Macro | unsigned short | 1 |
0: normal |
| 0x0204 | Digital Zoom | unsigned rational | 1 | - |
| 0x0207 | Software Release | ascii string | varies | - |
| 0x0208 | Pict Info | ascii string | varies | - |
| 0x0209 | Camera ID | undefined | 32 | - |
| 0x020e | Sequential Shot Method | unsigned short | 1 |
0: none 1: standard 2: best 3: adjust exposure |
| 0x020f | Wide Range | unsigned short | 1 |
0: off 1: on |
| 0x0210 | Colour Adjustment Mode | unsigned short | 1 |
0: off 1+: colour adjustment mode used |
| 0x0213 | Quick Shot | unsigned short | 1 |
0: off 1: on |
| 0x0214 | Self Timer | unsigned short | 1 |
0: off 1: on |
| 0x0216 | Voice Memo | unsigned short | 1 |
0: off 1: on |
| 0x0217 | Record Shutter Release | unsigned short | 1 |
0: record whilst held 1: press to start, press to stop |
| 0x0218 | Flicker Reduce | unsigned short | 1 |
Will be set to 1 for frames saved from video clips taken with flicker reduce on.
0: off |
| 0x0219 | Optical Zoom | unsigned short | 1 |
0: disabled 1: enabled |
| 0x021b | Digital Zoom | unsigned short | 1 |
0: disabled 1: enabled |
| 0x021d | Light Source Special | unsigned short | 1 |
Set to 1 when the special light source (white balance) mode was selected. Usually accompanies a value of 0 (auto) in the Light Source tag of the EXIF Sub IFD.
0: off |
| 0x021e | Resaved | unsigned short | 1 |
Set to 1 for files that have been resaved - either frames from video clips or resized/zoomed images.
0: no |
| 0x021f | Scene Select | unsigned short | 1 |
0: off 1: sport 2: tv (?) 3: night 4: user 1 5: user 2 |
| 0x0223 | Manual Focal Distance | unsigned rational | 1 | - |
| 0x0224 | Sequential Shot Interval | unsigned short | 1 |
0: 5 frames/sec 1: 10 frames/sec 2: 15 frames/sec 3: 20 frames/sec |
| 0x0225 | Flash Mode | unsigned short | 1 |
0: auto 1: force 2: disabled 3: red eye |
| 0x0e00 | PrintIM Flags | undefined | varies | Flags for Epson's Print Image Matching system. |
| 0x0f00 | Data Dump | unsigned long | varies | unknown |