Adjust Image Color Levels Node
The Adjust Image Color Levels Node takes in an input image, and rounds dark pixels to completely black, and lighter pixels to completely white (given thresholds). This sometimes helps with color contrast in images.
Inputs
image
required
The input image to adjust color levels for.
number
The pixel value below which pixels will be rounded to completely black.
default: 50
number
The pixel value above which pixels will be rounded to completely white
default: 200
mask
The output image after color correction.
Blend Images Node
Blends two images together, weighing each image by the priority.
Inputs
image
required
The first image.
image
required
The second image.
number
A number from 0-1 that represents how much of the top image should be evident
in the output. If 0, the output is the bottom image; if 1, the output is the
top image.
image
The final blended image.
Blur Images Node
Applies a gaussian blur to an image.
Inputs
image
required
The image that will be blurred.
number
The amount of blurring of the image. The default is 1.0. The recommended range
is between 0.1-50.
image
The output image after blurring.
Extract Image Details Node
Extract the intricate details of an image, like text and markings.
Inputs
image
required
The base image whose details are of interest.
image
An output image that has the intricate details of the input image, without all
of the other low frequency details like colors and contours.
Filter Images Node
Applies a particular filter to an image. Inputsimage
required
The base image
select one
The filter of interest. Brighten: brightens images
Grayscale: makes images into grayscale
Sepia: adds a mellow tone to an image, giving it an archival or vintage
appearance
Sharpen: makes the outlines of an image more distinct
Grayscale: makes images into grayscale
Sepia: adds a mellow tone to an image, giving it an archival or vintage
appearance
Sharpen: makes the outlines of an image more distinct
Number
A number between 0 and 10 that represents the strength of the filter effect.
note that for brightness, a level between 0-1 decreases brightness
image
The image after the filter is applied.