PXC Documentation

PXC Home

Replace Image

pre 1.18

Replace instances of an image with a new one.

Node Data

Display name

Replace Image

Internal name

Node_Surface_Replace

Inheritances

Node_Processor
Node_Surface_Replace

Inputs

Node_Surface_Replace

surface

Base Image

surface

Target Image

surface

Replacement Image

enum

Array Mode

seed

bool

Fast Mode

slider

Color Threshold

slider

Pixel Threshold

bool

Draw Base Image

bool

Replace Empty

Outputs

Node_Surface_Replace

surface

Surface Out


Surface replace node search for subsurfaces in a surface and replace with a new one.




Properties


Array Mode


When the Target Image and the Replacement Image is an array. You can set whether to match each target to a replacement, or to randomize the replacement image index.


Fast Mode


Fast mode match only the origin point of the image instead of the entire image. This results in faster processing but may not be as accurate.


Color Threshold


The threshold used to differentiate two color.


Pixel Threshold


The amount of pixels need to be match to consider a subsurface.


Draw Base Image


Whether to draw original image behind the replacement.



Related Links