node-red-nodes/utility/exif
Dave Conway-Jones 4c3e7bff91
Exif node improve popup info
2023-09-30 15:41:42 +01:00
..
locales Add Japanese translations for exif node (#840) 2021-10-10 22:09:03 +01:00
94-exif.html Add Japanese translations for exif node (#840) 2021-10-10 22:09:03 +01:00
94-exif.js Exif node improve popup info 2023-09-30 15:41:42 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md update analysis and utility nodes info style 2016-03-02 13:27:52 +00:00
package.json Exif node improve popup info 2023-09-30 15:41:42 +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 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.