summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-31 02:15:44 +0100
committerubq323 <ubq323@ubq323.website>2024-03-31 02:15:44 +0100
commitc9bec1a13502ac462d8ae1ae2512fea3cb42a069 (patch)
treefaecaeb6c2737358421508716848834541aa27c4
parentbcb1aa4873b398b151975e9e8ae260fd3f34fc02 (diff)
launch ./beeite
-rw-r--r--img/john_2.pnmbin112191 -> 112191 bytes
-rw-r--r--img/john_3.pnmbin90987 -> 85515 bytes
-rwxr-xr-xsplitpnm.sh4
3 files changed, 2 insertions, 2 deletions
diff --git a/img/john_2.pnm b/img/john_2.pnm
index 87c9c53..2b1c49d 100644
--- a/img/john_2.pnm
+++ b/img/john_2.pnm
Binary files differ
diff --git a/img/john_3.pnm b/img/john_3.pnm
index 09cf115..0b6510d 100644
--- a/img/john_3.pnm
+++ b/img/john_3.pnm
Binary files differ
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