I sometimes stitch together a series of images to make an animated gif. I like working with images over video because I find it easier to choose what frames to include and to make modifications to each frame. Here I explain how I capture photos and animate them.
Capturing the photos
There are three types of gifs I make depending on what I’m capturing. I have a different way of capturing the photos for each of them:
Stop motion
I take these with my compact camera or my phone when I’m in control of the subject and want to move it between shots.
Burst
This is taking photos continuously, useful when the event you’re capturing is happening quickly. On an iPhone you can hold down the shutter button to start taking a burst of photos.
Timelapse
A timelapse can capture an event that happens over a longer period of time. I’ve found the GorillaCamPro app for iOS (currently £1.49 on the App Store) useful for doing this. By switching the app to use the ‘timelapse mode’ and turning on ‘take photos’ in the advanced settings, you can capture photos at regular intervals.
For all of these styles I try to keep the lighting and the position of the camera constant or change gradually between each shot.
Stitching them together
To convert a set of jpeg files into a gif I have a script that makes use of morgify
1 (a command provided by ImageMagick) and gifsicle
2. If you are using OSX with homebrew you can install both of these tools with brew install imagemagick gifsicle
.
The script assumes that the filenames are sorted in the order you want their frames to appear in the gif. You can change the order by re-numbering the files.
Since every gif is slightly different and will need custom sizing and cropping, I will make a copy of the script into the directory with the images and alter it there. That way I also have a record of how the gif was build if I want to go back to it later.
After viewing the gif I can decided if I need to make any edits such as dropping frames or colour correcting images.