imagesToGIF: Convert a directory of images to .gif using 'magick'

Description Usage Arguments Value

Description

Convert a directory of images to .gif using magick

Usage

1
2
imagesToGIF(image_directory = NULL, output_filename = NULL,
  scale = NULL, filetype = "png", ...)

Arguments

image_directory

directory including images whose filenames, when sorted, are in order. Opens dialog if left NULL.

output_filename

name of output file. Opens dialog if left NULL.

scale

specify size (in pixels) of longest dimension of image

filetype

filetype of image file. Defaults to png

...

additional arguments to be passed to image_animate

Value

returns nothing in the environment - but creates gif of images externally


gtm19/gmcustomfun documentation built on May 31, 2019, 5:40 a.m.