/node-red-contrib-image-scaler

A simple node to scale an image. It can transform one resolution to another

Primary LanguageHTMLApache License 2.0Apache-2.0

node-red-contrib-image-scaler

A simple node to scale an image. It can transform one resolution to another

Summary

The package provides two nodes.

  • The first of these nodes allows the user to convert an image to a new resolution. The new image is saved in a file.
  • The second of these nodes allows the user to convert an image to a new resolution. The new image is output to a buffer which is available in the Message Payload.

ImageScalerNodes

Configuring the Nodes

Image Scaler to Buffer

ImageFileToBuffer

Image Scaller to File

ImageFileToFile

Example Usage

Using the Image Scaler To Buffer Node

ExampleUsage

Using the Image Scaler To File Node

ExampleUsage2