Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 698 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 698 Bytes

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.