imgageheight ( internal_image_identifier)
returns height
Returns the height of an image in memory.
# shows the size of a selected image file (does not display) f = openfiledialog("","","Image Files (*.png *.jpg *.bmp)") a = imageload(f) print imagewidth(a), imageheight(a)
1.99 | New to Version |