Workflows 6 min read
Turn a Stack of Images into One GIF
Sequencing and pacing are all that matter: frame rate sets how long each image stays on screen, width sets the file size. Sort your images first and the build works on the first try.
Prepare three things first
Order: files are sequenced by name — number them (01, 02…) for a stable sort.
Size: unify width before importing; mixed orientations make the result jumpy. Count: keep it under ~30 frames for chat use.
Frame rate and width
Slideshow-type content reads fine at 5-8 fps; continuous motion wants 12-15 fps. Doubling fps roughly doubles size.
Start narrow (360-480 for chat, up to 640 for web) and re-export wider only if needed.