Small Jimp-based custom pixelization script for scan-me project.
Sample bash command:
FILE_PATH=references/architecture-a.png SAVE_AS=outcomes/architecture-a-8.png DIVS=8 npm start
Require in your project:
var tnnPixelator = require('./tnnPixelator')
DIVS are number of picture divisions in x and y axis. Two divisions means two pixels, eight divisions means eight pixels, etc.