make_gif: Convert a .mov file to a .gif

Description Usage Arguments Examples

View source: R/make_gif.R

Description

Convert a .mov file to a .gif

Usage

1
make_gif(input, output = NULL, size = NULL)

Arguments

input

Character. File path for your .mov file.

output

Character. File path for your new .gif file. Will default to {input}.gif

size

Character. The size of the image, in the format "100x100". Will default to "600x400"

Examples

1
2
3
4
## Not run: 
make_gif(input = "my_mov.mov", output = "my_gif.gif")

## End(Not run)

LucyMcGowan/gifr documentation built on May 3, 2019, 3:36 p.m.