exif-js / exif-js

JavaScript library for reading EXIF image metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert [object file] to [HTMLimageElement]?

michaelichiro opened this issue · comments

exif-js work fine from [HTMLimageElement] (as sample, get it from document.getElementById("img");)

but it not work from [object file]
(the object variable is pass from a function of dropzone.js which is handle multiple image upload)

How to convert a [object file] to [HTMLimageElement]?
Thank you.