pyPixelate pixelates your image into a pixel art asthetic.
Credits: https://akebi-chan.jp/
- numpy
- cv2
Windows:
python pyPixelate.py <image> <block size> <output image (e.g. 1.jpg)>Linux & macOS:
python3 pyPixelate.py <image> <block size> <output image (e.g. 1.jpg)>Windows:
python pyPixelateE.py <image> <block size> <output image (e.g. 1.jpg)>Linux & macOS:
python3 pyPixelateE.py <image> <block size> <output image (e.g. 1.jpg)>It might take a while to create a the pixelised picture.
PADDING(Image Output Size, must be a multiple ofblock size)GRID_LINES(To produce grid lines in final output, boolean value)