image_read2 {ggimage} | R Documentation |
image_read2
Description
read image (by magick::image_read) with the ability to remove marginal empty space
Usage
image_read2(path, ..., cut_empty_space = TRUE)
Arguments
path |
file path |
... |
additional parameters that pass to magick::image_read |
cut_empty_space |
whether remove marginal empty space |
Value
magick-image object
Author(s)
Guangchuang Yu
[Package ggimage version 0.3.3 Index]