From 54765018beb8a9c0dde67de527dbfedefdecaed0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 29 Jul 2021 08:05:24 -0700 Subject: [PATCH] . --- 511image.mu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/511image.mu b/511image.mu index d9e2c7e2..6696be59 100644 --- a/511image.mu +++ b/511image.mu @@ -50,6 +50,8 @@ fn initialize-image _self: (addr image), in: (addr stream byte) { } # dispatch to a few variants with mostly identical boilerplate +# TODO: if we have more resolution we could actually use it to improve +# dithering fn render-image screen: (addr screen), _img: (addr image), xmin: int, ymin: int, width: int, height: int { var img/esi: (addr image) <- copy _img var type-a/eax: (addr int) <- get img, type