Pixelation is an application which will pixelate images based off of various parameters which can be set in the configuration window. I originially created this to build a custom LEGO world map. After finishing the world map, I realized I didn't like it, and instead would've preferred a custom image. I photoshopped together something and used this to map the image into lego colored pixels.
Coded purely in python utilizing the standard tkinter toolkit.
- Resizing, pixelation size, padding, distances.
- Pixelation of any input image
- Can find the closest color to actual lego tile color
python3 Pixelation.py
I've adapted the Infinite Canvas for simple functionality of scrolling over the image.
- Nordine Lofti - Original idea for the Infinite canvas.
- Thingamabobs - Implementation of the Invinite Canvas, which I've simply adapted