Blurs the image
Taking sample image:
image
image.box_blur(1).save("blurred_1_sample.jpg") image.box_blur(5).save("blurred_5_sample.jpg")