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
image
required

The input image to adjust color levels for.

Settings

Black Threshold
number

The pixel value below which pixels will be rounded to completely black. default: 50

White Threshold
number

The pixel value above which pixels will be rounded to completely white default: 200

Outputs

Image
mask

The output image after color correction.

Blend Images Node

Blends two images together, weighing each image by the priority.

Inputs

Top Image
image
required

The first image.

Bottom Image
image
required

The second image.

Settings

Top Image Priority
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.

Outputs

Image
image

The final blended image.

Blur Images Node

Applies a gaussian blur to an image.

Inputs

Image
image
required

The image that will be blurred.

Settings

Blur Radius
number

The amount of blurring of the image. The default is 1.0. The recommended range is between 0.1-50.

Outputs

Image
image

The output image after blurring.

Extract Image Details Node

Extract the intricate details of an image, like text and markings.

Inputs

Image
image
required

The base image whose details are of interest.

Outputs

Image
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.

Inputs

Image
image
required

The base image

Settings

Filter Name
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

Filter Scale
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

Outputs

Image
image

The image after the filter is applied.

Superimpose Images Node