im.convert(files, output = "animation.gif", convert = c("convert", "gm convert"),
cmd.fun = if (.Platform$OS.type == "windows") shell else system, extra.opts = "",
clean = FALSE)gm.convert(..., convert = "gm convert")
gif)'convert' or 'gm convert'; and it can be pre-specified as an
option in ani.options('convert'), e.g. (Windows users)
systemfiles or notim.convert If ani.options('autobrowse') == TRUE, this function will also try to
open the output automatically.
im.convert simply wraps the arguments of the
The function gm.convert is a wrapper for the command