# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tinyimg" in publications use:' type: software license: MIT title: 'tinyimg: Optimize and Compress Images' version: 0.4.5 doi: 10.32614/CRAN.package.tinyimg abstract: 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, and JPEG re-encoding via the 'mozjpeg' crate. The package provides functions to optimize individual image files or entire directories, with configurable compression levels. Use tinyimg() as a convenient entry point for mixed PNG/JPEG workflows. authors: - family-names: Xie given-names: Yihui email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666 repository: https://yihui.r-universe.dev repository-code: https://github.com/yihui/tinyimg commit: 123c4a653fd4c567ae9419a49eac7b24e20da8b1 url: https://github.com/yihui/tinyimg date-released: '2026-06-01' contact: - family-names: Xie given-names: Yihui email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666