Questions tagged [exif-js]

JavaScript library for reading EXIF image metadata

github

https://github.com/exif-js/exif-js

syntax

EXIF.getData(img, function() {
  var allMetaData = EXIF.getAllTags(this);
});

demo

http://htmlpreview.github.io/?https://github.com/exif-js/exif-js/blob/master/example/index.html

49 questions
1
vote
1 answer

Using EXIF.js and Mapbox to display an image on map at GPS coordinates

First, you have a total newbie here with absolutely no programming experience. I apologize if I am not using the correct terminology. Background: I took a class for educators that is supposed to teach us how to teach a high school computer science…
1
vote
2 answers

Dropzone is modifying my image before sending it

I am facing a problem using Dropzone with an image: Dropzone is sending a file to my server that is different from the original file. I am using the library from the CDN https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.7.0/dropzone.min.js. The file…
Arnaud
  • 4,884
  • 17
  • 54
  • 85
1
vote
0 answers

How to convert a dropped image to a feature in OpenLayers

I'm using the DragAndDrop interaction in OpenLayers. I'm trying to drop an image that contains a geospatial location in its metadata to create a feature out of it. I created a Format to read the file using the Exif-JS library. By default, Format…
kbonnelly
  • 189
  • 1
  • 1
  • 11
1
vote
1 answer

Show Image EXIF for User with VueJS

I work with Exif.js and VueJS for my project. but i have problem. when i want show information of image on screen it doesn't work. but it work on Browser Console. How i show information with tag in html for Users? Here is my code: