0.1.2 • Published 12 years ago
extractif v0.1.2
extractif
Extract EXIF data using exif from libexif.
![]()
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
