exif-js / exif-js

JavaScript library for reading EXIF image metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish latest to NPM

dalebaldwin opened this issue · comments

Hey I just ran into the bug related to #120 and found that this was still in the version on npm but was fixed in the github code. Can someone push latest to npm?

Hi, do we know when exif-js 's version update is scheduled?

Thanks!

This bug #120 is preventing me from using my app in production. A package I depend on uses exif-js as a dependency so I really need the npm version of exif-js to reflect this fix please.

+1 to this issue

People need to check out mattiasw/ExifReader. It's higher quality code, better maintained and has a better API. exif-js is dead and hasn't pushed a version for close to three years. Last PR that was merged was a year ago, and that was a revert ...

commented

Hello. I hate to be doing self promotion, but since there's a lot of interrest in maintaining this library, I would like to suggest you looking at exifr.

I started writing exifr because exif-js no longer accepts PRs or handles issues and I needed a lot more out of the library. Mainly performance, to handle hundreds of photos, isomorphism, support for ICC segment, or HEIC photos and more.

I just released a new major version after spending over five months rewriting it from the ground up. I would love for you to check it out.

@MikeKovarik Have you done any benchmarking to compare it to other alternatives, such as the mentioned ExifReader (exifreader), devongovett/exif-reader (exif-reader) or exif-js? If so, could you publish them for comparison?