add keywords for all nodes

This commit is contained in:
2026-04-04 14:58:56 -07:00
parent 69f1d1bebd
commit a0d3b22f18
195 changed files with 437 additions and 198 deletions

View File

@@ -18,8 +18,8 @@ Resample a DATA_FIELD to a new pixel resolution while preserving physical dimens
| Name | Type | Default | Description |
|------|------|---------|-------------|
| width | INT | 256 | Output pixel width (216384) |
| height | INT | 256 | Output pixel height (216384) |
| width | INT | 256 | Output pixel width (2-16384) |
| height | INT | 256 | Output pixel height (2-16384) |
| interpolation | dropdown | linear | Interpolation method: linear, cubic, or nearest |
## Notes