im_random_pixelate | R Documentation |
Apply a mosaic effect followed by position randomization
im_random_pixelate(im, size = 16, direction = "xy", noise = 1)
im |
an image |
size |
box size in pixel (default is 16) |
direction |
shuffle direction (either "x", "y", or "xy"). default is "xy". |
noise |
percent of noise (default is 1). a numeric value between 0 and 1. |
an image
plot(im_random_pixelate(regatta, size = 16, direction = "xy", noise = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.