npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

libexif

0.1.0

@tjholowaychuk

npmSnykSocket
Downloads:0
$ npm install libexif
DailyWeeklyMonthlyYearly

libexif

libexif bindings for nodejs.

Installation

$ npm install libexif

Example

var exif = require('libexiff');
var fs = require('fs');

var buf = fs.readFileSync('some.png');
console.log(exif.parse(buf));

console.log(exif.parse('somg.png'));

API

exif.parse(buf)

Parse EXIF tags from image buf.

exif.parse(path)

Parse EXIF tags from image at path.

License

MIT