Skip to content

JavaScript library for reading EXIF image metadata from HEIC files

License

Notifications You must be signed in to change notification settings

drbrownman/exif-heic-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Exif-HEIC.js

A JavaScript library for reading EXIF meta data from HEIC files created by iOS devices.

The primary method getTags takes an HEIC file in the form of ArrayBuffer, and return a collection of extracted EXIF tags.

Most of the meaningful code was based on Exif.js.

About

JavaScript library for reading EXIF image metadata from HEIC files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • HTML 7.7%