bennoleslie / jsjpegmeta

Parsing JPEG meta data (EXIF) in Javascript.
MIT License
76 stars 24 forks source link

Fixed a bug that caused property to be overwritten if it is encounter… #8

Closed logistiker closed 8 years ago

logistiker commented 8 years ago

…ed more than once (e.g. IPTC keywords can have more than one keyword). This change will create an array of objects if a property is encountered more than once.