Package: gifski
Type: Package
Title: Highest Quality GIF Encoder
Version: 1.6.6
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-4035-0289")),
    person("Kornel Lesiński", role = "cph", comment = "Gifski Rust library"))
Description: Multi-threaded GIF encoder written in Rust: <https://gif.ski/>. 
    Converts images to GIF animations using pngquant's efficient cross-frame 
    palettes and temporal dithering with thousands of colors per frame.
License: MIT + file LICENSE
URL: https://gif.ski/ (upstream), https://github.com/r-rust/gifski
        (devel)
BugReports: https://github.com/r-rust/gifski/issues
SystemRequirements: Cargo (rustc package manager)
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: ggplot2, gapminder
Language: en-US
NeedsCompilation: yes
Packaged: 2022-04-04 17:25:23 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Kornel Lesiński [cph] (Gifski Rust library)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2022-04-04 18:00:02 UTC
