You can try our program here -> http://3.39.207.44:3000
if the server is not responding, please contact here -> [email protected]
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.
This is the main page.
First, download the template by clicking the "download template" button on the main homepage.
Write down all the korean alphabet in the template and save it as png image file.
Then, upload the written template image on the webpage by clicking "select file" button.
You can see the uploaded image by clicking the upload button.
https://github.com/2022-CapstoneDesignProject/Handwrite/blob/main/newteamplate3.png
By using cropRect.py code, the korean alphabet images are generated by detecting rectangle.
By using rmMargin.py, the margin of the cropped images are trimmed.
Combine korean letters by using jamoComb1.py ~ jamoComb9.py
The image below shows the type of Korean letter combinations. This is how we make letters using jamo.
And, this image below is the one that shows the result of created letter.
In the download.html page, you can download the generated file.
You can use it in the notepad in Windows:heavy_exclamation_mark::heavy_exclamation_mark::heavy_exclamation_mark:
python fontToImage.py ./font/font_name.ttf fontsize
Download src folder and web 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/"