node-red-contrib-img-blur
Advanced tools
Comparing version 1.0.1 to 1.1.1
{ | ||
"name": "node-red-contrib-img-blur", | ||
"version": "1.0.1", | ||
"version": "1.1.1", | ||
"description": "node-red-contrib-img-blur", | ||
@@ -5,0 +5,0 @@ "main": "img-blur.js", |
# node-red-contrib-img-blur | ||
## How to Install | ||
Run the following command in the root directory of your Node-RED install | ||
``` | ||
npm install node-red-contrib-img-blur | ||
``` | ||
Description: | ||
* This node using gm library to blur some position in image | ||
* Input: position you want to blur in image | ||
* Output: Image has been blurred | ||
Supports: | ||
* Node js v 11.15 | ||
How to use: | ||
* create flow and add this node after face-detection node or plate-detection node. | ||
* set output is debug node or image preview node to view result |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4431
20