summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framebuf.lua2
-rw-r--r--img/john_1.pnmbin112191 -> 112191 bytes
-rw-r--r--img/john_2.pnmbin112191 -> 112191 bytes
-rw-r--r--img/john_3.pnmbin85515 -> 85515 bytes
-rw-r--r--john.pnmbin315339 -> 315339 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/framebuf.lua b/framebuf.lua
index fb92875..bf0dac4 100644
--- a/framebuf.lua
+++ b/framebuf.lua
@@ -34,7 +34,7 @@ local function round(x, y)
end
function M:plot(x, y, r, g, b)
- -- local x, y = round(x, y)
+ local x, y = round(x, y)
self[x][y] = colors.packRGB(r, g, b)
end
diff --git a/img/john_1.pnm b/img/john_1.pnm
index 94877d4..0019cdc 100644
--- a/img/john_1.pnm
+++ b/img/john_1.pnm
Binary files differ
diff --git a/img/john_2.pnm b/img/john_2.pnm
index 06fe4c8..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 f593329..0b6510d 100644
--- a/img/john_3.pnm
+++ b/img/john_3.pnm
Binary files differ
diff --git a/john.pnm b/john.pnm
index 1807954..6b375c9 100644
--- a/john.pnm
+++ b/john.pnm
Binary files differ