[R] Create gif from series of png files
Duncan Murdoch
murdoch.duncan at gmail.com
Tue Feb 14 16:12:43 CET 2017
On 14/02/2017 5:53 AM, Shane Carey wrote:
> Hi,
>
> I have many png files that I would like to stitch together, in order to
> make a gif file.
>
> Any ideas how I would do this?
ImageMagick is good for this. The magick package in R makes most (all?)
of its features available. The image_animate() function can produce an
animation; see either the ImageMagick docs online, or the "intro"
vignette in the magick package for examples and instructions.
Duncan Murdoch
More information about the R-help
mailing list