Skip to content

Latest commit

 

History

History
113 lines (93 loc) · 9.65 KB

File metadata and controls

113 lines (93 loc) · 9.65 KB

Windows Properties Metadata

Jpeg

Windows property Tags Read Tags Written
Title XMP:Title
EXIF:ImageDescription

IPTC:Caption-Abstract
XMP:Description
EXIF:XPTitle
EXIF:ImageDescription
EXIF:XPTitle
IPTC:Caption-Abstract
XMP:Description
XMP:Title
Subject EXIF:ImageDescription
EXIF:XPSubject
EXIF:XPSubject
Rating

Tiff

Windows property Tags Read Tags Written
Title XMP:Title
EXIF:ImageDescription
XMP:Description
IPTC:Caption-Abstract
EXIF:XPTitle
EXIF:ImageDescription
EXIF:XPTitle
XMP-dc:Description
XMP-dc:Title
IPTC:Caption-Abstract 1
Subject EXIF:ImageDescription
EXIF:XPSubject
EXIF:XPSubject
Rating EXIF:Rating
EXIF:RatingPercent
XMP:Rating
XMP:RatingPercent
EXIF:Rating
EXIF:RatingPercent
XMP-xmp:Rating
XMP-microsoft:RatingPercent
Tags Combines all entries
EXIF:XPKeywords
IPTC:Keywords
XMP:Subject
EXIF:XPKeywords
XMP-dc:Subject
Comments EXIF:XPComment
Authors EXIF:Artist
EXIF:XPAuthor
XMP-dc:Creator
Date taken EXIF:CreateDate
EXIF:DateTimeOriginal
XMP-xmp:CreateDate
EXIF:SubSecTimeDigitized
EXIF:SubSecTimeOriginal
Program name N/A
Date acquired XMP-microsoft:DateAcquired
Copyright EXIF:Copyright
XMP-dc:Rights
Camera maker EXIF:Make
Camera model EXIF:Model
F-stop N/A
Exposure time N/A
ISO speed EXIF:ISO
Exposure bias N/A
Focal length N/A
Max aperture N/A
Metering mode EXIF:MeteringMode
Subject distance N/A
Flash mode EXIF:Flash
Flash energy N/A
35mm focal length EXIF:FocalLengthIn35mmFormat
Lens maker XMP-microsoft:LensManufacturer
Lens model XMP-microsoft:LensModel
Flash maker XMP-microsoft:FlashManufacturer
Flash model XMP-microsoft:FlashModel
Camera serial number XMP-microsoft:CameraSerialNumber
Contrast EXIF:Contrast
Brightness N/A
Light source EXIF:LightSource
Exposure program EXIF:ExposureProgram
Saturation EXIF:Saturation
Sharpness EXIF:Sharpness
White balance EXIF:WhiteBalance
Photometric interpretation EXIF:PhotometricInterpretation N/A
Digital zoom N/A
EXIF version ?

Png

Windows property Tags Read Tags Written
Date taken PNG:CreationTime PNG:CreationTime

MP4

Windows property Tags Read Tags Written
Title XMP:Title EXIF:ImageDescription IPTC:Caption-Abstract XMP:Description EXIF:XPTitle

Notes:

1: IPTC Data will be read, but it is update only. If the IPTC entry does not previously exist, it will not be created.

  • Date Taken - When setting through Windows, only the date appears to be editable. The time will be the the current time
  • Title - The priority that windows fills this tag is different for jpegs and tifs.
  • IPTC Data written - Preliminary testing seems to indicate that these tags are not created by default. I still need to test whether the tag or just the IPTC block needs to exist.
  • RatingPercent -
    • Writing
      • 5 Stars = 99
      • 4 stars = 75
      • 3 stars = 50
      • 2 stars = 25
      • 1 star = 1
      • 0 stars = removes tags
    • Reading
      • 88-100+ = 5 Stars
      • 63-87 = 4 stars
      • 38-62 = 3 stars
      • 13-37 = 2 stars
      • 1-12 = 1 star
      • no tag or 0 = 0 star
  • PNG - The only property that Windows will fill for PNG files is Date Taken

Revisions:

  • 2015-07-25: Reorganized post, reformatted as table, added Tags, Ratings, Comment, Author, Program Name, Date Acquired, and Copyright for jpegs, added Title for Tif, added notes
  • 2015-07-26: Resorted by order tags appear in windows Property->Details tab, fixed Rating, Author, Date Taken for jpeg, added Subject, Rating, Tags, Comments, Authors, Date Taken for Tif
  • 2016-5-28: Updated info on Comments
  • 2016-8-24: Updated info on Comments

Reference:

Credits:

deb27 - Subject property for Windows 7 lewisn - updated comment info