0.1.2 • Published 11 years ago

extractif v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

extractif

Extract EXIF data using exif from libexif.

build status

Hasselblad 503CW

Example

var extractif = require('extractif');

extractif('test//img/hasselblad.jpg', function (err, tags) {
  console.log(tags);
});

Mehods

var extractif = require('extractif');

extractif(file, cb)

Extract EXIF data fromm a file. The callback gets two arguments (err, tags) where tags is a plain object of EXIF tags.

License

MIT

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago