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