Magic Wand
Magic Wand selects contiguous regions of similar color starting from one or more seed points. Unlike Color Range, which selects all matching pixels across the entire image, Magic Wand only selects pixels that are connected to a seed, making it ideal for removing a background without affecting interior areas of the same color.
Tolerance controls how different a neighboring pixel can be and still be included. Softness adds a gradual falloff at the selection boundary. After the initial selection, Expand/Contract grows or shrinks the mask, and Feather blurs the edges for smoother compositing. The Mode switch lets you either Remove the selected region (making it transparent) or Keep only the selected region.
Parameters
Section titled “Parameters”Selection
Seed positions as relative percentages (0–100 %); flood fill starts from each
Colour distance threshold; higher = selects more similar pixels
Gradient falloff at the tolerance boundary; 0 = hard edge
Refine
Morphological expand (positive) or contract (negative) of the selection
Gaussian blur on mask edges for softer transitions
Output
0 = Remove (selected → transparent), 1 = Keep (only selected is kept)
Seed points use normalised percentages so the selection is independent of input image resolution. The position picker uses the preview panel manipulator system — click the crosshairs button then click on the preview to set a seed. Multiple seeds are combined with max (union) before expand and mode are applied. Softness uses a cosine ramp within the tolerance boundary, matching the Color Range node pattern.