Mask From Image
Mask
Extracts a grayscale mask from any channel of an image: alpha, red, green, blue, or luminance.
Mask From Image converts an image channel into a single-channel mask. Choose alpha, any individual RGB channel, or luminance as the source. The threshold binarizes the result (hard black/white), and feather softens the edges.
This is the primary way to create masks from existing image data. Extract the alpha for silhouette masks, or use luminance to create brightness-based selections.
Parameters
Section titled “Parameters”Pins
ImageImage
AlphaMask
Mask
ChannelChoice
Which channel to extract as the mask
ThresholdInteger
Pixels at/above this value become opaque mask. 0 keeps grayscale
Feather (px)Number
Gaussian feather radius applied after threshold
InvertToggle
Invert the resulting mask
Usage Tips
Section titled “Usage Tips”- Extract from Alpha to get a mask of the image’s transparent areas.
- Use Luminance to create a brightness-based mask where bright areas become white and dark areas become black.
- Combine threshold with feather for semi-soft selections.
- Enable Invert to flip the extracted mask without a separate Invert node.
- Threshold at 0 keeps the full grayscale result; raise it to create a hard binary mask.