Package: tinyimg
Title: Optimize and Compress Images
Version: 0.3
Authors@R: c(
    person("Yihui", "Xie", role = c("aut", "cre", "cph"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666", URL = "https://yihui.org")),
    person("Authors of the dependency Rust crates", role = c("ctb", "cph"), 
      comment = "see AUTHORS file"))
Description: Optimize and compress images using 'Rust' libraries to reduce
    file sizes while maintaining image quality. Supports PNG palette
    reduction and dithering via the 'exoquant' crate before lossless PNG
    optimization via the 'oxipng' crate. The package provides functions to
    optimize individual image files or entire directories, with configurable
    compression levels.
License: MIT + file LICENSE
URL: https://github.com/yihui/tinyimg
BugReports: https://github.com/yihui/tinyimg/issues
SystemRequirements: Cargo (Rust's package manager), rustc
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: testit
Config/rextendr/version: 0.3.1
NeedsCompilation: yes
Packaged: 2026-03-05 19:05:07 UTC; yihui
Author: Yihui Xie [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org),
  Authors of the dependency Rust crates [ctb, cph] (see AUTHORS file)
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2026-03-06 07:50:02 UTC
