Documentation
Filters processing.resize
The Resize node on the VFX Loom graph canvas.
Fig. 1 The Resize node in its resting, collapsed state on the VFX Loom graph canvas.

Overview

Scales the existing image content around a pivot with nearest or bilinear sampling.

Resamples image content around Pivot and can produce dimensions different from the render request; zero scale is clamped to no extent.

Category
Filters
Internal ID
processing.resize
Version
VFX Loom 1.0

Inputs

InputTypeRequiredDefaultMeaning
in Image Required See the overview for the node's documented behavior.

Properties

PropertyTypeDefaultAnimatableRange / optionsEffect
Width Scale Scalar 1 Yes Hard 0..8 · UI range: soft Animatable control; changing it over time varies the node response.
Height Scale Scalar 1 Yes Hard 0..8 · UI range: soft Animatable control; changing it over time varies the node response.
Pivot Vector2 (.5,.5) Yes Animatable control; changing it over time varies the node response.
Sampling Enum Bilinear Not declared Nearest · Bilinear Selects the sampling behavior; each option changes the operation described in the overview.

Outputs

OutputTypeMeaning
out Image The production node output described by the overview.

Usage

In practice

  • Use Resize when the graph needs Scales the existing image content around a pivot with nearest or bilinear sampling.
  • Resamples image content around Pivot and can produce dimensions different from the render request; zero scale is clamped to no extent.
  • Place it after the image or mask it should process, and check its alpha and edge behavior before using the result in a tiled graph.

Notes / limitations

  • No component bounds or step is declared for Pivot; no step is declared for Width Scale or Height Scale.