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

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to