node-red-contrib-writeexif

1.0.1 • Public • Published

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 ?

Package Sidebar

Install

npm i node-red-contrib-writeexif

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

6.99 kB

Total Files

4

Last publish

Collaborators

  • fatoldsun