From c9bec1a13502ac462d8ae1ae2512fea3cb42a069 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 31 Mar 2024 02:15:44 +0100 Subject: launch ./beeite --- splitpnm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'splitpnm.sh') diff --git a/splitpnm.sh b/splitpnm.sh index 627f3df..04294e5 100755 --- a/splitpnm.sh +++ b/splitpnm.sh @@ -4,7 +4,7 @@ pngtopnm "$1" | pnmscale -height=114 >john.pnm fname="john.pnm" 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" +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 -- cgit v1.2.3