Canvas Resize
Transforms an image using Canvas Resize. Modifies the spatial properties of the input image.
intermediate
Since P00
Input Ports
Image
Input image
Output Ports
Image
Resize後のimage
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | 新しいキャンバスWidth |
| Height | Int | 64 | 新しいキャンバスHeight |
| Anchor | Text | Center | 元imageのPlacement position(TopLeft/Center等) |
Technical Details
imageをScaleするのではなく、キャンバスの枠を広げたり狭めたりします。広がった部分は透明になります。