powered by
Wrapper for readbitmap's read.bitmap function. The function currently allows reading in images in bmp, jpg / jpeg, png, or tif / tiff format.
read.bitmap
bmp
jpg
jpeg
png
tif
tiff
img_read(path, ...)
Objects returned by read.bmp,
read.bmp
readJPEG, readPNG, or
readJPEG
readPNG
readTIFF. See their documentation for details.
readTIFF
Path to the image file.
Additional parameters that are passed to read.bitmap and the underlying image reader packages.
For details, see the read.bitmap documentation.
read.bitmap, read.bmp, readJPEG, readPNG, readTIFF
## Example image with high vertical symmetry: rails rails <- img_read(system.file("example_images", "rails.jpg", package = "imagefluency"))
Run the code above in your browser using DataLab