===== ImgageWidth (Function) ===== ==== Format ==== **imgagewidth** ( [[stringexpressions|internal_image_identifier]]) returns [[integerexpressions|height]] ==== Description ==== Returns the width of an image in memory. ==== Example ==== # 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) ==== See Also ==== {{page>en:start#Graphics - Images in Memory&noheader}} ==== History ==== |1.99|New to Version|