Package: imgpalr Title: Create Color Palettes from Images Version: 0.4.0 Authors@R: person("Matthew", "Leonawicz", email = "rpkgs@pm.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")) Description: Provides ability to create color palettes from image files. It offers control over the type of color palette to derive from an image (qualitative, sequential or divergent) and other palette properties. Quantiles of an image color distribution can be trimmed. Near-black or near-white colors can be trimmed in RGB color space independent of trimming brightness or saturation distributions in HSV color space. Creating sequential palettes also offers control over the order of HSV color dimensions to sort by. This package differs from other related packages like 'RImagePalette' in approaches to quantizing and extracting colors in images to assemble color palettes and the level of user control over palettes construction. License: MIT + file LICENSE URL: https://github.com/leonawicz/imgpalr BugReports: https://github.com/leonawicz/imgpalr/issues Imports: downloader, farver, tibble, magrittr, dplyr, jpeg Suggests: testthat, bmp, png, magick Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libjpeg-dev Repository: https://leonawicz.r-universe.dev Date/Publication: 2024-09-11 22:42:00 UTC RemoteUrl: https://github.com/leonawicz/imgpalr RemoteRef: HEAD RemoteSha: d0c4c4734c322892ff4806988ab61e3ae41a1db5 NeedsCompilation: no Packaged: 2026-06-07 07:02:11 UTC; root Author: Matthew Leonawicz [aut, cre] (ORCID: ) Maintainer: Matthew Leonawicz