Skip to contents

Create resized copies of all images in a directory

Usage

create_resized_images(
  series,
  images_from,
  images_to,
  pixels_wide,
  pixels_high = pixels_wide,
  origin = bucket_local_path()
)

Arguments

series

Name of the series

images_from

Folder within the series containing original images

images_to

Folder within the series to contain resized images

pixels_wide

Width of output images in pixels

pixels_high

Height of output images in pixels description

origin

Location in which to find the series

Value

Invisibly returns NULL. This may change