On 12/13/07, Frédéric Mantegazza <frederic.mantegazza@xxxxxxxxxxx> wrote:
> I've never used printtarg. How would you do that?
>
I was tinking about somting like this:
targen -v -d3 -f50 display
printtarg -e -r -a 4 -n -m 5 -p30x130 display
for eps in *.eps; do convert $eps -crop 36x48+14+113 -rotate 90
-resize 800x -depth 8 `basename $eps .eps`.tif ;done
It just create singel 8bit 800x600 pixel tif files for each patch.