0.1.0 • Published 8 years ago

littlefork-plugin-exif v0.1.0

Weekly downloads
2
License
GPL-3.0
Repository
-
Last release
8 years ago

littlefork-plugin-exif

This is a plugin for littlefork. Extract the exif data of images.

Requirements

  • graphicsmagick.

Installation

npm install --save littlefork-plugin-exif

Usage

This plugin exports a single transformation plugin:

exif transformation

$(npm bin)/littlefork -c cfg.json -p ddg,exif

This extracts exif data from images found in _lf_images. It adds to each entry in _ls_images a field named exif which is an object containing all exif data.