summaryrefslogtreecommitdiff
path: root/splitpnm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'splitpnm.sh')
-rwxr-xr-xsplitpnm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/splitpnm.sh b/splitpnm.sh
index 5661eb4..627f3df 100755
--- a/splitpnm.sh
+++ b/splitpnm.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-pngtopnm "$1" >john.pnm
+pngtopnm "$1" | pnmscale -height=114 >john.pnm
fname="john.pnm"
pamcut -left=0 -width=328 <"$fname" >"img/john_1.pnm"