Node.js tool for creating pixel art through the commandline. Adaptation of the original Pixelit.
git clone https://github.com/izcoser/node-pixelit
cd node-pixelit
npm install
npm run pixelit image_in.png image_out.png -- --scale 25 --palette 7
The scale goes from 8 to 50 and the palette goes from 0 to 11. Both are optional arguments.
MIT