Nodes · Transform
Resize
Transformv2coreConcat: Xform
Overview
Changes resolution: to the project format, a named format, or by scale. This is resizing; Transform is placement.
Inputs
| Input | What it takes |
|---|---|
| in | the image this node works on |
Outputs
| Output | Type |
|---|---|
| out | Image |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| type | Choice | to format | What drives the resize: 'to format' picks a named format, 'to box' takes explicit pixels, 'scale' multiplies the current size. |
| width | Int | 1920 | Not documented yet. |
| height | Int | 1080 | Not documented yet. |
| pixel_aspect | Float | 1 | Not documented yet. |
| scale | Float | 1 | Size multiplier around the centre. |
| resize | Choice | fit | Not documented yet. |
| filter | Choice | bilinear | Not documented yet. |