resize(src, width, height)ΒΆ
Resize an image
Inputs
| name | type | default | description |
|---|---|---|---|
| src | image | Source image | |
| width | float | New width | |
| height | float | New height |
Outputs
| name | type | default | description |
|---|---|---|---|
| dst | image | Destination image |
Resize an image
Inputs
| name | type | default | description |
|---|---|---|---|
| src | image | Source image | |
| width | float | New width | |
| height | float | New height |
Outputs
| name | type | default | description |
|---|---|---|---|
| dst | image | Destination image |