77c86aa3b418
Minor update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 27 Mar 2019 19:58:04 -0400 |
parents | da5525d2638c |
children | 4df358dc538b |
branches/tags | (none) |
files | magitek.asd src/diamond-square.lisp src/robots/bit-loom.lisp |
Changes
--- a/magitek.asd Sat Apr 14 01:16:05 2018 -0400 +++ b/magitek.asd Wed Mar 27 19:58:04 2019 -0400 @@ -20,7 +20,7 @@ :sqlite :trivia :trivia.quasiquote - :trivial-ppm + :cl-netpbm )
--- a/src/diamond-square.lisp Sat Apr 14 01:16:05 2018 -0400 +++ b/src/diamond-square.lisp Wed Mar 27 19:58:04 2019 -0400 @@ -103,7 +103,7 @@ (setf p (color-pixel p)))) (defun dump () - (trivial-ppm:write-to-file + (netpbm:write-to-file "heightmap.pbm" (color (heightmap-to-pixels (generate-heightmap 512))) :if-exists :supersede))