Skip to content
Prev 367152 / 398506 Next

Create gif from series of png files

On 14/02/2017 5:53 AM, Shane Carey wrote:
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