images.same.width: Extent all images to the width of the image with maximal...

View source: R/helpers_magick.R

images.same.widthR Documentation

Extent all images to the width of the image with maximal width.

Description

Extent all images to the width of the image with maximal width.

Usage

images.same.width(images, background_color = "white")

Arguments

images

a vector/stack of magick images. See magick::image_blank or other methods to get one.

background_color

hex color string, the background color to use if the images have different sizes and one needs to be extended. Do not use color names like 'gray', which differ between R and magick.

Value

a vector/stack of magick images, all with the same width.


fsbrain documentation built on July 9, 2023, 7:12 p.m.