imageH()
Purpose
Get the height of a loaded image
Description
Returns the height in pixels of an image file previously loaded with loadImage
Syntax
imageHeight = imageH( image )
Arguments
imageHeight Handle which stores the result of the function call
image Handle which stores the image
Example
img = loadImage( "Ansimuz/CyberpunkStreetLayer0" )
imageHeight = imageH( img )
print( imageHeight )
update()
sleep( 3 )
Associated Commands
clear(), createImage(), drawImage(), imageW(), imageSize(), drawSheet(), loadImage(), update(), uploadImage()