Ref:
From the authors:
EBImage is an R package which provides general purpose functionality for the reading, writing, processing and analysis of images.
# to install: source("http://bioconductor.org/biocLite.R"); biocLite("EBImage")
library("EBImage")
pic <- readImage("sicily.jpeg")
display(pic)