A gradual attempt to add Sharp functionality into Node-RED.
Node arguments can be specified by the flow, or input directly to the node.
Input a msg.payload
of an image buffer object, and you can convert an image.
supported configuration:
- Format
- Options (as
msg.sharp.options
, supporting theoptions
from the docs)
Input a msg.payload
of an image buffer object, and it will attempt to resize the image.
Supported configuration:
- Dimensions (width & height)
- Fill type (fit & position)