From 19efc5dda260327e8cd5155ebc0f8ea69359fe86 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 31 Mar 2024 00:41:23 +0000 Subject: launch ./beeite --- splitpnm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'splitpnm.sh') diff --git a/splitpnm.sh b/splitpnm.sh index cba2aee..5661eb4 100755 --- a/splitpnm.sh +++ b/splitpnm.sh @@ -1,6 +1,7 @@ #!/bin/sh -fname="$1" +pngtopnm "$1" >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" -- cgit v1.2.3