Load[]

✅ Works in Interactive Notebook

Category: Input.

Load an image from a file or a URL. Also, load all images in a folder.

Examples

Load["./photo.jpg"]
Load["https://example.com/photo.jpg"]
Load["./folder/"]

Arguments

Example

The following example loads an image and displays it.

Load["./photo.jpg"]
Show[]

See Also

Made with ❤️ by capjamesg