Message-ID: <365a02bb-7d05-83da-b664-545ed1d7d262@gmail.com>
Date: 2017-02-14T15:12:43Z
From: Duncan Murdoch
Subject: Create gif from series of png files
In-Reply-To: <CA+jRDxCuY6Y9pDD-uU6Ji=iU3rLojrZj90SGb7p7QRgUW_5Fuw@mail.gmail.com>
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