-
Notifications
You must be signed in to change notification settings - Fork 74
Image load
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Load an image a surface from a file.
s, err = function image.load(path)
- path, the path to the file
- s, the surface or nil on failure (see Surface)
- err, the error message