meme_text_top.Rd
Place text in the meme
meme_text_top(img, txt, font = "Impact", color = "white", strokecolor = "black", gravity = "North", size = 44, ...) meme_text_bottom(img, txt, font = "Impact", color = "white", strokecolor = "black", gravity = "South", size = 44, ...)
img | An image of class |
---|---|
txt | A character string |
font | string with font family such as |
color | a valid color string such as |
strokecolor | a color string adds a stroke (border around the text) |
gravity | string with gravity value from gravity_types. |
size | font-size in pixels |
... | Arguments passed on to
|
meme_text_top
: Place text in center top of meme
meme_text_bottom
: Place text in bottom center of meme
Jeroen Ooms (2018). magick: Advanced Graphics and Image-Processing in R. R package version 2.0. https://CRAN.R-project.org/package=magick
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 PNG 500 297 sRGB TRUE 0 28x28#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 PNG 500 375 sRGB TRUE 0 28x28