Add support for userComment

This would probably be better in it's own field, but 🤷‍♀️
pull/338/head
Efreak 1 year ago committed by GitHub
parent f7634dbfdf
commit e9824b24cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,8 @@ function caption (exif, picasa) {
tagValue(exif, 'XMP', 'Description') ||
tagValue(exif, 'XMP', 'Title') ||
tagValue(exif, 'XMP', 'Label') ||
tagValue(exif, 'QuickTime', 'Title')
tagValue(exif, 'QuickTime', 'Title') ||
tagValue(exif, 'EXIF', 'UserComment')
}
function keywords (exif, picasa) {

Loading…
Cancel
Save