To simplify the whole font generating process and to reduce the total time to make a font, we develop this handwrite font generator so that user can easily access this web service and use freely.
- Upload and Preview the written template
- Crop uploaded file into each Korean alphabets as a rectangle
- Remove unnecessary background
- Remove margin of the cropped images as mentioned on number 2
- Convert png files into a ttf file
python fontToImage.py ./font/font_name.ttf fontsize
Download font folder, web upload & preview folder In the terminal, run
node app.js
If CSS does not applied to your webpage,
change html <link rel="stylesheet" href="/public/style.css">
to html <link rel="stylesheet" href="style.css">
in index.html
python test.py --test_folder="./test_folder/"