api documentation for exif (v0.6.0)

A node.js library to extract Exif metadata from images.

table of contents

  1. module exif
    1. function exif (options, callback)
    2. function exif.ExifImage (options, callback)
    3. object exif.ExifImage.prototype
    4. object exif.TAGS
  2. module exif.ExifImage
    1. function exif.ExifImage (options, callback)
    2. object exif.ExifImage.TAGS
  3. module exif.ExifImage.prototype
    1. function exif.ExifImage.prototype.extractExifData (data, start, length)
    2. function exif.ExifImage.prototype.extractExifEntry (data, entryOffset, tiffOffset, isBigEndian, tags)
    3. function exif.ExifImage.prototype.loadImage (image, callback)
    4. function exif.ExifImage.prototype.processImage (source, data, callback)

module exif

function exif (options, callback)

function exif.ExifImage (options, callback)

module exif.ExifImage

function exif.ExifImage (options, callback)

module exif.ExifImage.prototype

function exif.ExifImage.prototype.extractExifData (data, start, length)

function exif.ExifImage.prototype.extractExifEntry (data, entryOffset, tiffOffset, isBigEndian, tags)

function exif.ExifImage.prototype.loadImage (image, callback)

function exif.ExifImage.prototype.processImage (source, data, callback)

[ this document was created with utility2 ]