node-red-nodes/utility/exif
dceejay 76f55af264 Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +01:00
..
94-exif.html Adding Exif node. 2014-11-07 15:29:25 +00:00
94-exif.js Bump test coverage for Exif node. 2015-05-10 19:27:35 +01:00
LICENSE Add License and Readme to Exif node 2014-11-08 14:11:02 +00:00
README.md Add License and Readme to Exif node 2014-11-08 14:11:02 +00:00
package.json Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +01:00

README.md

node-red-node-exif

A Node-RED node to extract Exif information from JPEG images.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-exif

Usage

Extracts Exif information from JPEG images.

This node expects an incoming JPEG image as a buffer. If Exif data is present, it extracts the data into a msg.exif object.

If the Exif data also contains location information this is extracted as msg.location.

msg.payload retains the original, unmodified image buffer.