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