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