powered by
Load image from file or URL
im_load(file, name)
an array of image data
path to file or URL
a string for name attribute. if missing, inferred from the file argument.
if (FALSE) { # load an image from disk im = im_load("path/to/your/image.jpg") plot(im) } # load an image from URL im = im_load("http://placehold.jp/150x150.png")
Run the code above in your browser using DataLab