Name
image:GetSize -- get image size
Synopsis
w,h = image:GetSize()
Function
image:GetSize() gets the size of the image of an image object.

Inputs
none

Results
w
image width
h
image height

Show TOC