Learn R Programming

stopmotion (version 0.1.0)

Build Stop Motion Animations from Image Sequences

Description

A pipeline-friendly toolkit for assembling stop motion animations from sequences of still images. Provides functions to read image directories, restructure frame sequences (duplicate, splice, arrange), apply per-frame pixel transformations (rotate, wiggle, flip, flop, blur, scale, crop, trim, border, background), and export the result as a GIF. All transformation functions accept a 'frames' argument to target any subset of frames, bridging the gap between 'magick' functions that operate on an entire image stack and fine-grained stop motion editing. Image processing is performed via 'ImageMagick Studio LLC' (2024) .

Copy Link

Version

Install

install.packages('stopmotion')

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Alban Sagouis

Last Published

March 24th, 2026

Functions in stopmotion (0.1.0)

rotate

Rotate images
scale

Scale images
arrange

Reorder frames in a stop-motion film
centre

Align frames to a common set of reference points
border

Add a border to images
background

Set the background colour of images
montage

Display frames as a montage
flop

Flop images horizontally
flip

Flip images vertically
crop

Crop images
duplicate

Duplicate frames
blur

Blur images
wiggle

Add a wiggle effect to frames
trim

Trim edges from images
preview

Preview an animation
read

Read images into a stop-motion film
splice

Splice frames into a film
stopmotion_verbosity

Control stopmotion verbosity