gomfunkel / node-exif

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

webp support #69

Open andrewharvey opened 7 years ago

andrewharvey commented 7 years ago

cwebp -metadata all -q 80 image.jpg -o image.webp

^ will create a webp file with EXIF data retained. It would be great if node-exif could read EXIF from webp.