Package: recolorize Title: Color-Based Image Segmentation Version: 0.2.0 Authors@R: person(given = "Hannah", family = "Weller", role = c("aut", "cre"), email = "hannahiweller@gmail.com", comment = c(ORCID = "0000-0002-5252-4282")) Description: Automatic, semi-automatic, and manual functions for generating color maps from images. The idea is to simplify the colors of an image according to a metric that is useful for the user, using deterministic methods whenever possible. Many images will be clustered well using the out-of-the-box functions, but the package also includes a toolbox of functions for making manual adjustments (layer merging/isolation, blurring, fitting to provided color clusters or those from another image, etc). Also includes export methods for other color/pattern analysis packages (pavo, patternize, colordistance). License: CC BY 4.0 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Imports: imager, stats, png, pavo, grDevices, graphics, mgcv, colorRamps, plotfunctions, abind, raster, plot3D Depends: R (>= 4.1.0) Suggests: knitr, rmarkdown, sf, smoothr, clue, spatstat.geom, methods VignetteBuilder: knitr URL: https://hiweller.github.io/recolorize/, https://github.com/hiweller/recolorize BugReports: https://github.com/hiweller/recolorize/issues Config/pak/sysreqs: libabsl-dev cmake libfftw3-dev libgdal-dev gdal-bin libgeos-dev libglpk-dev libmagick++-dev gsfonts libicu-dev libjpeg-dev libpng-dev libtiff-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://hiweller.r-universe.dev Date/Publication: 2025-03-03 17:06:58 UTC RemoteUrl: https://github.com/hiweller/recolorize RemoteRef: HEAD RemoteSha: 068d860c852012d19f46b246a53acc0f5de7d279 NeedsCompilation: no Packaged: 2026-06-19 11:41:38 UTC; root Author: Hannah Weller [aut, cre] (ORCID: ) Maintainer: Hannah Weller