Documentation
Resize
VFX Loom 1.0 reference for the Resize node.
Filters
processing.resize
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
| Input | Type | Required | Default | Meaning |
|---|---|---|---|---|
| in | Image | Required | — | See the overview for the node's documented behavior. |
Properties
| Property | Type | Default | Animatable | Range / options | Effect |
|---|---|---|---|---|---|
| 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
| Output | Type | Meaning |
|---|---|---|
| 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.