-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.25 KB
/
Copy pathDESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: stopmotion
Type: Package
Title: Build Stop Motion Animations from Image Sequences
Version: 0.1.0
Authors@R: c(
person("Alban", "Sagouis", role = c("aut", "cre", "cph"),
email = "sagouis@pm.me",
comment = c(ORCID = "0000-0002-3827-1063"))
)
License: MIT + file LICENSE
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) <https://imagemagick.org>.
Imports:
magick,
checkmate
Suggests:
testthat (>= 3.0.0),
withr,
knitr,
quarto
VignetteBuilder: quarto
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first:
*utils*,
*read*,
*duplicate*
Language: en-GB
Encoding: UTF-8
RoxygenNote: 7.3.3