Image:getDimensions
EditReturns the dimensions of the Image, in pixels.
width, height = Image:getDimensions()
Arguments
None
Returns
Name | Type | Description |
width | number | The width of the Image, in pixels. |
height | number | The height of the Image, in pixels. |