imload {imageUtilities} | R Documentation |
loads an image from a file path.
imload(imageOrPath, max = imageUtilities.option("max"))
imageOrPath |
the path to the image to load. |
max |
what to scale the output image to. |
an array, (ny,nx,numchanns).
supported formats: jpeg, tiff (require Voir), bin (ie thermal), png (requires library(png))
Other io: imsave