combine_images: Combine images

View source: R/combine_images.R

combine_imagesR Documentation

Combine images

Description

This function inputs a list of image files and outputs a concatenated or overlay image

Usage

combine_images(
  images,
  filename = NULL,
  path = NULL,
  stack = FALSE,
  overlay = FALSE,
  blend = 80,
  skip = 0,
  trim = 1
)

Arguments

images

A vector of image files to be combined

filename

The filename of the combined output image

path

The path to the combined output image

stack

Optional argument if concatenated image wanted: default FALSE gives horizontal sequence; TRUE gives vertically stacked

overlay

Optional argument if overlay image wanted (defaults to FALSE)

blend

Level of blending between images (if overlay = 'TRUE')

skip

Whether to skip one image before applying pairwise composite (if overlay = 'TRUE')

trim

Optional argument if horizontal trim wanted (values 0 to 1; default = 1)

Value

The name of the output image file


borstell/signglossR documentation built on June 11, 2025, 5:58 a.m.