Learn R Programming

animation (version 1.1-4)

im.convert: A Wrapper for the `convert' Utility of ImageMagick...

Description

A Wrapper for the `convert' Utility of ImageMagick A Wrapper for the `convert' Utility of ImageMagick

Usage

im.convert(files, interval=ani.options("interval"), loop=0,
    output="animation.gif", extra.opts="", outdir=getwd(),
    convert="convert", cmd.fun, clean=FALSE)

Arguments

Value

  • The path of the output if the command was successfully executed; otherwise a failure message. If ani.options('autobrowse') == TRUE, this function will also try to open the output automatically.

Details

This function simply wraps the arguments of the convert utility of ImageMagick to make it easier to call convert in R.