Weekend Project: Voronoi Mosaics

I had a three day weekend because Groq extended Juneteenth as a company holiday. Nice! So I decided to pick a fun Haskell project to work on for a couple days. I present: Voronoizer, a program to convert any image to a mosaic using a Voronoi diagram.

Code: GitHub - cdsmith/voronoizer
Description: Weekend Project: Voronoi Mosaics. My employer, Groq, gave us a three day… | by Chris Smith | Jun, 2023 | Medium

Hope you enjoy!

22 Likes

Love this!! Actually I’ve changed my profile photo for the same one voronoized! Works perfectly.

Just a comment. Increasing the UNIFORMITY parameter lead to less reference points but much higher execution time (still fast). I don’t know what is doing internally, but in case that can hint you

1 Like