imsave {imageUtilities} | R Documentation |
saves an image (tiff, jpeg, png, bmp)
imsave(img, name, comment = NULL, qual = 100, max = imageUtilities.option("max"))
img |
the image to save |
name |
the file name to save as |
comment |
save this as the image's comment (if JPEG or TIFF) |
qual |
quality of the file (if JPEG, default 100) |
max |
max intensity of input image |
bmp and tiff use the base png
and tiff
functions in
combination with (internal to this package)
imsave.grid
, which needs package 'grid'.
The png and jpeg packages are used to write those images.
Other io: imload