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”Mask
ChannelChoice
Source channel
ThresholdInteger
Binarization cutoff; 0=preserve soft values
FeatherNumber
Gaussian blur to soften mask edges; 0=hard
InvertToggle
Invert mask: white becomes black and vice versa
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.