summaryrefslogtreecommitdiff
path: root/splitpnm.sh
blob: 49a0080aa2285e504e6c04c01dd9b9038ccb854b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

fname="$1"

pamcut -left=0 -width=328 <"$fname" >"img/john_1.pnm"
pamcut -cropleft=328 -width=328 <"$fname" >"img/john_2.pnm"
pamcut -cropleft=656 <"$fname" >"img/john_3.pnm"
echo "file john_1.pnm john_2.pnm john_3.pnm" >img/john.dat
./launch.sh ./beeite.lua