Simulates ink bleeding into paper fibers.
Usage
patina_ink_bleed(
img,
radius = 2,
expand = 1,
strength = 0.5,
bleed_color = "#2a2a2a",
paper_texture = NULL
)
Examples
if (FALSE) { # \dontrun{
if (requireNamespace("magick", quietly = TRUE)) {
img <- magick::image_blank(200, 200, "white")
patina_ink_bleed(img)
}
} # }