PostScript Punchcards
punch.ps
reads a file fromstdin
and produces the IBM punchcards representing the lines (which should be shorter than 80 chars). Invoke withfor flip-book mode, orgs punch.ps < yourfile
for a stack of all the cards.gs -sDEVICE=pdfwrite -sOutputFile=cardstack punch.ps < yourfile
This program combines well with a computer-driven laser cutter...
Fri, 15 Apr 2011
[/projects]
permanent link