User Tools

Site Tools


en:imageload

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:imageload [2020/06/09 09:36]
admin created
en:imageload [2020/06/09 09:42] (current)
admin
Line 2: Line 2:
 ==== Format ==== ==== Format ====
 **imgageload** ( [[stringexpressions|file_name]]) **imgageload** ( [[stringexpressions|file_name]])
 +
 +returns [[stringexpressions|internal_image_identifier]]
  
 ==== Description ==== ==== Description ====
-Load an image file into memory. +Load an image file into memory and returns a string with an identifier for use with the other Image* functions and statements. 
 + 
 +==== Example ==== 
 +<code> 
 +# 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) 
 +</code>
  
 ==== See Also ==== ==== See Also ====
en/imageload.1591717000.txt.gz · Last modified: 2020/06/09 09:36 by admin