ImageRead
Syntax
ImageRead( path )Arguments
Name
Type
Required
Description
Returns
Description
Example
// Load an image from a file
img = ImageRead( "images/photo.png" );
// Load an image from a URL
img = ImageRead( "https://example.com/image.jpg" );Related BIFs
Notes
Last updated
Was this helpful?
