Creates a cyanotype blueprint effect with optional grid and paper texture.
Usage
patina_blueprint(
img,
bg = "#0e4a7b",
grid = FALSE,
grid_px = 48,
paper_texture = NULL,
line_soften = 0.5
)
Examples
if (FALSE) { # \dontrun{
if (requireNamespace("magick", quietly = TRUE)) {
img <- magick::image_blank(200, 200, "white")
patina_blueprint(img)
}
} # }