lua.wetgenes.grd.load_file
g:load_file(filename,format)
Load an image from the file system.
Returns nil,error if something goes wrong so can be used with assert otherwise returns g so that we can chain the result.
g:load_file(filename,format)
Load an image from the file system.
Returns nil,error if something goes wrong so can be used with assert otherwise returns g so that we can chain the result.