Skip to content

Files

Latest commit

author
Dave Conway-Jones
Jan 29, 2017
316a2fd · Jan 29, 2017

History

History
This branch is 1 commit ahead of, 841 commits behind node-red/node-red-nodes:master.

exif

node-red-node-exif

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

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

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.