Project

General

Profile

Statistics
| Revision:

root / proj / media / font / process_font.sh @ 221

History | View | Annotate | Download (292 Bytes)

1 188 up20180642
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 221 up20180642
../../helpers/png_to_xpm.sh $1
6 188 up20180642
echo "    Converting from xpm to xpm2"
7 221 up20180642
../../helpers/xpm_to_xpm2.sh $1
8 188 up20180642
echo "    Cleaning up"
9
rm -rf $1/png
10
rm -rf $1/xpm
11 217 up20180642
#rm -rf $1/xpm2