Skip to content

extract exif data from files dropped, including positions and thumbnails

Notifications You must be signed in to change notification settings

datendelphin/exif-extract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exif-extract

Extract EXIF and JFIF tags from images in-browser.

example

exifExtract(data, function(err, result) {
    if (err) throw err;
    if (result.position) {
        map.setView(result.position, 13);
    }
});

props

Uses jDataView and works well with the HTML5 Drag & Drop API. Requires FileReader and ArrayBuffer APIs.

Adapted from the implementation described and used by Flickr.

About

extract exif data from files dropped, including positions and thumbnails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%