Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.31 KB

✏️ Handwrite font generator

🔆 Project Background

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.

Main Features

  1. Upload and Preview the written template
  2. Crop uploaded file into each Korean alphabets as a rectangle
  3. Remove unnecessary background
  4. Remove margin of the cropped images as mentioned on number 2
  5. Convert png files into a ttf file

How to implement fontToImage.py

 python fontToImage.py ./font/font_name.ttf fontsize 

How to implement webpage

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

homepage

How to implement craft

python test.py --test_folder="./test_folder/" 

Our Prototype

prototype.video.without.music.mp4