Mask input nodes enable users to incorporate image masks into their workflows. An image mask is a black-and-white representation that identifies selected (white) and unselected (black) regions of a base image. These nodes are generated from a base image, where the selected areas are shaded white, and the unselected areas remain black. In order to add the mask for a mask input node, click the node and upload the base image that you want to mask. Then, use the brush tool to shade the desired areas, and hit save after youβre done. You can change the size of the brush tool if desired, which might help you mask more quickly. After you hit save, your mask is added as the input for the node.
The grayscale image, represented with a Mask type, that represents the color channel. If a particular pixel of the specified channel has a value of 255, that pixel in the mask image will have 255.
Takes in a mask image, and inverts it. The black pixels will become white, and the white pixels will become dark. If a grayscale mask is passed in, each pixel of the image will invert (255 - current value)Inputs
The grayscale image, represented with a Mask type, that represents the color channel. If a particular pixel of the specified channel has a value of 255, that pixel in the mask image will have 255.