Project

General

Profile

Statistics
| Revision:

root / proj / font / process_font.sh @ 188

History | View | Annotate | Download (267 Bytes)

1
echo Processing $1
2
echo "    Splitting font"
3
python3 split_font.py $1 $2 $3 $4 $5 $6
4
echo "    Converting from png to xpm"
5
./png_to_xpm.sh $1
6
echo "    Converting from xpm to xpm2"
7
./xpm_to_xpm2.sh $1
8
echo "    Cleaning up"
9
rm -rf $1/png
10
rm -rf $1/xpm
11
#rm -rf $1/xpm2