What it does

Created a motion blur effect on images, as if the camera is moving towards the subject.

How I built it

I could not find an existing library to achieve the desired effect. I wrote an algorithm which splits the image into many small pieces, and then applies a motion blur on each of the pieces in a different direction, and then put these pieces back together. The direction of the motion blur on each on the pieces is such that when put back together it creates the desired radial effect.

Challenges I ran into

The maths was quite hard and so was the environment setup!

What's next for memeblur

I plan on implementing this into a telegram bot.

Share this project:

Updates