powered by
Limited to 8 bit greyscale images and 24 bit RGB images.
read.bmp(f, Verbose = FALSE)
array of dims height x width x channels
File to open
Give verbose warnings (default FALSE)
jefferis
if (FALSE) { library(pixmap) r=read.bmp('myrgbimage.bmp') pr=pixmapRGB(r) r=read.bmp('mygreyimage.bmp') pr=pixmapGrey(r) plot(pr) }
Run the code above in your browser using DataLab