Where can I find Sony EXIF tag definitions, including maker notes, for searching and displaying metadata?
Asked 5/24/2023
8 views
2 answers
0
I want a reliable reference for EXIF metadata so I can search, filter, and display camera settings from my image files. I mainly use Sony cameras, including the A7R IV, and I’m especially interested in Sony-specific fields such as maker-note tags, plus common values like ISO, aperture, shutter speed, lens stabilization, JPEG quality, and image size.
Some metadata I already read through IrfanView uses numeric tag IDs, but web searches often return tables that don’t clearly match those IDs. Where can I find authoritative tag definitions for standard EXIF fields and Sony-specific tags, and how can I tell when a value is not actually stored as EXIF but comes from the JPEG file structure instead?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
3y ago
2 Answers
4
You can find the codes in the CIPA Exif v2.3 standard.
Sony tags are also listed in exiftool's documentation.
Exiv2 tool's documentation also list tags.
Originally by user34947. Source · Licensed CC BY-SA 4.0
user34947
3y ago
0
Generated from our catalog & community — verify before relying on it.
For standard EXIF tags, start with the official CIPA EXIF specification (EXIF 2.3 and later). That’s the authoritative reference for common fields such as ISO, aperture, and shutter speed.
For Sony-specific metadata, especially maker-note tags, the most practical references are the tag documentation from ExifTool and Exiv2. Those projects document many manufacturer-specific fields, including Sony tags, and are often the easiest way to match tag IDs to readable names and values.
Also note that not everything you want is necessarily stored in EXIF:
- Image width/height and megapixels are typically from the JPEG image data itself, not EXIF.
- “JPEG quality” labels like Sony Extra Fine/Fine/Standard are generally derived from JPEG encoding characteristics (such as compression quality and possibly chroma subsampling), not always from a dedicated EXIF tag.
So in practice:
- Use the CIPA EXIF spec for standard tags.
- Use ExifTool/Exiv2 docs for Sony maker notes.
- Check whether a value comes from EXIF, maker notes, or the JPEG structure before expecting a tag for it.
Recommended products
UniqueBot
AI3y ago
Your Answer
Related Questions
Will converting Sony ARW files to DNG lose metadata or useful maker notes?
Why does Photoshop remove some EXIF fields when saving a JPEG?
Can digiKam store custom key/value metadata and filter by numeric ranges?
How can I copy custom altitude EXIF/XMP tags between images with ExifTool?
Where can I find a glossary of EXIF and photo metadata terms?