Package: ggfx Title: Pixel Filters for 'ggplot2' and 'grid' Version: 1.0.3.9000 Authors@R: c(person(given = "Thomas Lin", family = "Pedersen", role = c("aut", "cre"), email = "thomasp85@gmail.com", comment = c(ORCID = "0000-0002-5147-4711")), person(given = "RStudio", role = c("cph", "fnd"))) Description: Provides a range of filters that can be applied to layers from the 'ggplot2' package and its extensions, along with other graphic elements such as guides and theme elements. The filters are applied at render time and thus uses the exact pixel dimensions needed. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: magick (>= 2.7.1), ragg, grid, ggplot2, grDevices, gtable, rlang RoxygenNote: 7.3.2 URL: https://ggfx.data-imaginist.com, https://github.com/thomasp85/ggfx BugReports: https://github.com/thomasp85/ggfx/issues Suggests: covr, knitr, rmarkdown, farver (>= 2.1.0) VignetteBuilder: knitr Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libmagick++-dev gsfonts libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev libssl-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-09-04 06:23:14 UTC RemoteUrl: https://github.com/thomasp85/ggfx RemoteRef: HEAD RemoteSha: ccc7ba2509a5ceabbe436c7b6a986198e61d6364 NeedsCompilation: no Packaged: 2026-07-04 18:25:56 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), RStudio [cph, fnd] Maintainer: Thomas Lin Pedersen