rwcarlsen / goexif

Decode embedded EXIF meta data from image files.
BSD 2-Clause "Simplified" License
627 stars 134 forks source link

Add Windows-specific EXIF tags #71

Closed snkaupe closed 5 years ago

snkaupe commented 5 years ago

Adds the tags XPTitle, XPComment, XPAuthor, XPKeywords and XPSubject.

I needed to retrieve data from the XPComment field for a work-related task and found goexif to have a much more pleasant API than all alternatives I've found, so I decided to add these fields.