Description Usage Arguments Value Examples
A new image with the modified height and width will be created
1 |
input_path |
character, the path for the input file |
output_path |
character, the path for the output file |
height |
integer, the height of the reduced image |
width |
integer, the width of the reduce image |
an array of image
1 2 | input_path <- system.file("tmp_image", "mandrill.jpg", package = "rimager")
OpenImageR::imageShow(redusize(input_path, "reduced.jpg", 297, 200))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.