1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 18:38:04 +02:00
antorcha/tornado/fw/txt/t
Werner Almesberger a5694eba05 tornado/fw/txt/: tools for text conversion
txt2xbm: convert text to XBM, using ghostscript
stretch: resample XBM with rotation correction (x-axis only)
xbm2gp: convert XBM to gnuplot, taking into account rotation
plot: plot xbm2gp output
t: run all the above to display "TEST"
2012-12-04 00:56:36 -03:00

3 lines
64 B
Bash
Executable File

#!/bin/sh
./txt2xbm TEST | ./stretch 6 | ./xbm2gp "$@" | ./plot