node-red-contrib-image-simple-node 0.0.11

The simplest of simple nodes with image

npm install node-red-contrib-image-simple-node

FEATURES

  • image

    Edit image simple: resize, rotate, crop and download edited image as "image_edit.png"

    Input Parameters:

    • payload - The image file input or the msg.[name] property
    • localFilename - The downloaded local file name msg.localFilename property

    Return values:

    • Will either be success or provide an error state

Image

[{"id":"a649449e.8092b8","type":"inject","z":"699aba61.1a36d4","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":740,"wires":[["b20b69b1.f8ed98"]]},{"id":"b20b69b1.f8ed98","type":"imageSimple","z":"699aba61.1a36d4","imageData":"http://placekitten.com/600/600","imageType":"str","autoresize":true,"original":false,"flipX":false,"flipY":false,"width":"200","height":200,"rotate":0,"cropX":0,"cropY":0,"cropWidth":"200","cropHeight":"200","x":450,"y":740,"wires":[["1e2ad015.b3c39"]]},{"id":"1e2ad015.b3c39","type":"debug","z":"699aba61.1a36d4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":710,"y":740,"wires":[]}]

Reference

node-red-contrib-image-tools

Node Info

Version: 0.0.11
Updated 4 years, 3 months ago
License: MIT
Rating: 5.0 1

Actions

Rate:

Downloads

31 in the last week

Nodes

  • imageSimple

Keywords

  • node-red
  • image
  • image simple
  • download image
  • png
  • resize
  • rotate
  • crop

Maintainers