===== ImgageLoad (Function) ===== ==== Format ==== **imgageload** ( [[stringexpressions|file_name]]) returns [[stringexpressions|internal_image_identifier]] ==== Description ==== Load an image file into memory and returns a string with an identifier for use with the other Image* functions and statements. ==== 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|