exif-js / exif-js

JavaScript library for reading EXIF image metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exifdata caching issue

mbarouski opened this issue · comments

Currently, exifdata is kinda cached inside image element (pic. 1).

Pic. 1

I don't think it's always a good solution since the image element can be the same but its src attribute value can be changed and I will not get new metadata.

Have you found a way to fix this?

At least it would be great to mention it !