Description Usage Arguments Value Examples
A wrap around image_read
and
magick2cimg
to load one or more images from files.
1 | image_load(image_file)
|
image_file |
A |
A cimg
object or a list
of cimg
objects when
multiple files are passed to image_file
.
1 2 3 | # load image
fl <- system.file('extdata', 'Image0001_.jpg', package = 'colocr')
img <- image_load(fl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.