readImage {grDevices} | R Documentation |
Reads images of type .png, .jpeg, .jpg, .tiff
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
readImage(file);
the image in a matrix or array form