Notch Notch Manual 0.9.23
 Light | Dark
Downsample

Downsample

Downsample the resolution of the input image.

Method #

This node downsamples the resolution of the input image.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Preview In ViewportPreview the effect blended with alpha in the viewport.
Preview RGB In ViewportPreview the colour values in the viewport.
Preview Alpha In ViewportPreview the alpha values in the viewport.
IterationsHow many levels of down sampling are generated.
ModeChoose how the downsample output is filtered.
  • Filtered : Checks the surrounding 3x3 pixels to downsample based on their average.
  • Point Sampled : Only one point is sampled.
  • Min Of Sampled : The minimum value of the points sampled is used.
  • Max Of Sampled : The maximum value of the points is used.
  • Bilinear Filtered : Linear blend is applied between pixels.

Inputs

NameDescriptionTypical Input
Effect MaskMask out areas that Post-FX applied to this node won’t be applied.Video Loader
Alpha ImageUse a seperate video nodes luminance values to overwrite the alpha channel of the image.Video Loader
ActiveEnables or disables the effect. Disabling the effect means it will no longer compute, so disabling a node when not in use can improve performance.Envelope Modifier