From 71371c7a3cf572f1b45a4dbe901a7669c8136b76 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 13 May 2013 09:19:13 -0400 Subject: [PATCH] some notes --- lazypng.d | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lazypng.d b/lazypng.d index bdc7b54..1a9c7b8 100644 --- a/lazypng.d +++ b/lazypng.d @@ -1,4 +1,9 @@ -module arsd.imagedraft; +// this is like png.d but all range based so more complicated... +// and I don't remember how to actually use it. + +// some day I'll prolly merge it with png.d but for now just throwing it up there + +module arsd.lazypng; import arsd.color; @@ -23,7 +28,7 @@ struct Color { } */ -import simpledisplay; +//import simpledisplay; struct RgbaScanline { Color[] pixels;