Slice image with given X and Y coordinates.
1 | slice_image(image_path, output_path, coord1 = NULL, coord2 = NULL)
|
image_path |
Path to image file. |
output_path |
Path to save sliced image. |
coord1 |
Length 2 vector with position of the top left point. |
coord2 |
Length 2 vector with position of the bottom right point. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.