From 230dfdb9ad68b0e738bb25969b56374a4e6f1aa3 Mon Sep 17 00:00:00 2001 From: Jonathan <34005131+JPPhoto@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:25:06 -0600 Subject: [PATCH] Added unsharp mask node to communityNodes.md --- docs/nodes/communityNodes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/nodes/communityNodes.md b/docs/nodes/communityNodes.md index d24873b24c..7732d2c25f 100644 --- a/docs/nodes/communityNodes.md +++ b/docs/nodes/communityNodes.md @@ -32,6 +32,7 @@ To use a community workflow, download the the `.json` node graph file and load i + [Size Stepper Nodes](#size-stepper-nodes) + [Text font to Image](#text-font-to-image) + [Thresholding](#thresholding) + + [Unsharp Mask](#unsharp-mask) + [XY Image to Grid and Images to Grids nodes](#xy-image-to-grid-and-images-to-grids-nodes) - [Example Node Template](#example-node-template) - [Disclaimer](#disclaimer) @@ -316,6 +317,13 @@ Highlights/Midtones/Shadows (with LUT blur enabled): +-------------------------------- +### Unsharp Mask + +**Description:** Applies an unsharp mask filter to an image, preserving its alpha channel in the process. + +**Node Link:** https://github.com/JPPhoto/unsharp-mask-node + -------------------------------- ### XY Image to Grid and Images to Grids nodes