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

pngtopnm "$1" | pnmscale -height=114 >john.pnm
fname="john.pnm"

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