mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
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"
This commit is contained in:
2
tornado/fw/txt/t
Executable file
2
tornado/fw/txt/t
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
./txt2xbm TEST | ./stretch 6 | ./xbm2gp "$@" | ./plot
|
||||
Reference in New Issue
Block a user