Read What are image links and how to generate those?

Usage

b.blur {image_url} {blur radius}

blur radius is an integer meaning it belongs to $(1, 2, 3, ..., 68, 69, ..., 419, 420, ..., \infty)$

Returns

Returns a blurred image right back to the chat. The blur radius will determine how strong the blur filter should go. The mathematical formula used to blur images is the gaussian blur technique. Read more about gaussian blur techniques here.

Gaussian blur

Example usage

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8b9ee904-ab21-4624-9755-365d37c332c5/Screen_Shot_2020-10-06_at_5.05.22_AM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7ed39788-673b-4ab1-bef2-0826bfa19fb7/Screen_Shot_2020-10-06_at_5.10.13_AM.png

Using smaller radius makes smooth images and reduces the sharpness and makes them pleasing to the eyes. Try for yourself.