powered by
Limited to 8 bit greyscale images and 24 bit RGB images.
read.bmp(f, Verbose = FALSE)
File to open
Give verbose warnings (default FALSE)
array of dims height x width x channels
# NOT RUN { 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