Socket
Book a DemoInstallSign in
Socket

libexif

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libexif

libexif bindings (not exec...)

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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.

Benchmarks

 9,988 op/s » buffer
 8,885 op/s » file

License

MIT

Keywords

exif

FAQs

Package last updated on 17 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts