Javascript Library to view and edit EXIF from JPEG images

This library is a structured javascript project to analyze the EXIF part of simple JPEG images.
You can read the binary file and analyze the content.
Or, you can edit some simple tags and store the new jpeg image.

Tool Examples

EXIF Binary reader

Canvas EXIF
Read the binary file and get the position of each attribute of the JPEG image. Add some info to your canvas generated JPEG

Source of this project: https://github.com/Adrianotiger/jpeg-exif-lib-js