Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 489 Bytes

File metadata and controls

31 lines (23 loc) · 489 Bytes

How to make icons

0. Getting started

First you'll need to install these softwares/packages to run icon maker scripts.

  • Node.js
  • Python

1. Install dependencies

Node.js:

npm install sharp

Python:

pip install Pillow opencv-python numpy

2. Run

To make png file from svg file:

node ./SVG2PNG.js <input_folder> <output_folder>

To make styled icons from png file:

python ./img_process.py -i <input_folder> -o <output_folder>