[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Writing an image format
- From: Mike Pall <mikelu-1010@...>
- Date: Wed, 27 Oct 2010 17:15:25 +0200
Tony Finch wrote:
> On Tue, 26 Oct 2010, Daniel Aquino wrote:
> > Yea ppm is a simple option.
>
> Here's something I wrote over the weekend:
> http://dotat.at/cgi/git?p=mandelbrot.git;f=mandelbrot.lua;a=blob
>
> Works best with LuaJIT :-)
Ok, so I'll throw in the following program from the shootout:
http://shootout.alioth.debian.org/u32/program.php?test=mandelbrot&lang=luajit&id=7
Writes a PBM bitmap (not a pixmap) to stdout (doesn't work on
Windows).
--Mike