node-red-node-exif

1.0.0 • Public • Published

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

Breaking Change - v1

This node now uses the more supported exifreader library so that it handles more features and recent exif spec uodates, for example data associated with drones. The output message has consequently changed into a much flatter set of properties and thus breaks all existing (0.x) instances.

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.

You can set it into "worldmap" node - in this mode the payload contains the "location" data, not the original image, but can be sent directly to a node-red-contrib-worldmap node for visualisation.

Readme

Keywords

Package Sidebar

Install

npm i node-red-node-exif

Weekly Downloads

45

Version

1.0.0

License

Apache-2.0

Unpacked Size

926 kB

Total Files

79

Last publish

Collaborators

  • knolleary
  • dceejay