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
NeedsCompilation: no
Packaged: 2026-03-20 14:50:06 UTC; as80fywe
Author: Alban Sagouis [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3827-1063>)
Maintainer: Alban Sagouis <sagouis@pm.me>
Repository: CRAN
Date/Publication: 2026-03-24 10:30:03 UTC
Built: R 4.4.3; ; 2026-03-24 14:03:28 UTC; unix
