public readonly property width as Int:
Gets the width of the image.
The width of the image. image = new Image() image.load("image.png") print(image.width)
image = new Image() image.load("image.png") print(image.width)