1.0.1 • Published 4 years ago

node-red-contrib-writeexif v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

node-red-contrib-writeexif

Wrapper for exiftool-vendored focused on write image exif Writable Exif are listed on this page

node's Properties

There are 3 properties :

  • Image : path to image (i.e. c:\Users\toto\images\mypic.jpg for windows)
  • Exif object : JSON like that
{
  "XPComment":"TagMe",
  "XPAuthor":"Toto"
}
  • Delete orginal True/False : exiftool make a backup of original image, delete it automatically ?