readImage | R Documentation |
Reads images of type .png, .jpeg, .jpg, .tiff
readImage(path, ...)
path |
a character string specifying the path to the saved image |
... |
further arguments for the readPNG, readJPEG and readTIFF functions |
This function takes as input a string-path and returns the image in a matrix or array form. Supported types of images are .png, .jpeg, .jpg, .tiff. Extension types similar to .tiff such as .tif, .TIFF, .TIF are also supported
the image in a matrix or array form
path = system.file("tmp_images", "1.png", package = "OpenImageR")
image = readImage(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.