
Import Greyscale Images as Tcl images from an Array
Source:R/l_image_import_array.R
l_image_import_array.Rd
Import image grayscale data (0-255) with each image saved as a row or column of an array.
Details
Images in tcl are managed by the tcl interpreter and made accessible to the user via a handle, i.e. a function name of the form image1, image2, etc.
For more information run: l_help("learn_R_display_plot.html#images")
Examples
if (FALSE) { # \dontrun{
# see
demo("l_ng_images_frey_LLE")
} # }