load.images | R Documentation |
Loads image files in jpeg, tiff, png, or raw format.
load.pgm
provides legacy support for reading
files in pgm format.
load.images(files, channels=c(1,0,0), scale=1, FLIP=FALSE)
load.pgm(files, imdiff=NULL)
files |
A vector of character strings with file names |
channels |
channel weights |
scale |
scale factor for image resize |
FLIP |
flip image left for right? |
set FLIP=TRUE to reverse mirror imaged interferograms.
Any file extension other than jpg, jpeg, tif, tiff, or png is assumed to be in RAW format. Supported raw formats are determined by libraw and may not be up to date
An array containing the contents of the image files.
load.pgm
is the original load.images
included for legacy support of greyscale portable
anymap files.
M.L. Peck mpeck1@ix.netcom.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.