ImageSize¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The image to get the dimensions of. | Image | ||
| Output ➡️ | The dimensions of the image as an Int2 vector, where the first element is the width and the second element is the height. | Int2 | 
This shard takes an image and outputs its dimensions (width and height) as an Int2 vector.