show.image(img, max.x = 1000, max.y = 1000, gammatype = "ITU",
whitep = NULL, temp = NULL, cspace = "sRGB", black=0, exposure = 1,
channel=NULL, new = FALSE, ...)dcraw. Alternatives recognized
within the package are "None", "sRGB" and "CIE" (CIE L*).NULL keeps the actual setting. If cxyY space. Can be given as one of (character)
c("A","B","C","E","D50","D55","D65","D75","F2","F7","F11") or as a two element numeric
vector of chromatic xy coordinates. "D65" correspoxy coordinates of the
whitepoint. Only used if is.null(whitep).FALSEimage can be
passed here.max.x or max.y the image is shrinked by
displaying only part of the pixels (every second/third/... such that
the resulting dimension is smaller than max.x or max.y)read.image, write.image, adjust.imageimg <- read.image(system.file("img/wias.ppm",package="adimpro"))
show.image(img)Run the code above in your browser using DataLab