file2swf {R2SWF} | R Documentation |
Convert image files to SWF
Description
This function converts a sequence of PNG/JPEG/SVG image files to SWF. Based
on the image format, it calls image2swf
or
svg2swf
.
Usage
file2swf(files, output, bgColor = "white", interval = 1)
Arguments
files |
a character vector of input filenames |
output |
the name of the output swf file |
bgColor |
background color of the output SWF file |
interval |
the time interval between animation frames |
Value
The name of the SWF file.
Author(s)
Yihui Xie <https://yihui.org>
[Package R2SWF version 0.9-9 Index]