summaryrefslogtreecommitdiff
path: root/splitpnm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'splitpnm.sh')
-rwxr-xr-xsplitpnm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/splitpnm.sh b/splitpnm.sh
index 5661eb4..272a08b 100755
--- a/splitpnm.sh
+++ b/splitpnm.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-pngtopnm "$1" >john.pnm
-fname="john.pnm"
+# pngtopnm "$1" >john.pnm
+fname="$1"
pamcut -left=0 -width=328 <"$fname" >"img/john_1.pnm"
pamcut -cropleft=328 -width=328 <"$fname" >"img/john_2.pnm"