gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

Prevent memory problem in panasonic makernotes #38

Closed Sitebase closed 8 years ago

Sitebase commented 9 years ago

When trying some images a panasonic image had the problem that the tiffOffset seemed to be wrong resulting in a bunch of exifEntry variables that contain false. This extra condition will detect these false exif entries and stop the loop.