adapt_image {moodef} | R Documentation |
Resize and Center an Image
Description
Resizes an image to fit within the specified dimensions, centering it on a blank canvas.
Usage
adapt_image(image_file, width = 800, height = 600)
Arguments
image_file |
|
width |
|
height |
|
Value
A string representing the path to the new resized image file.
[Package moodef version 1.2.0 Index]