diff clojure/com/aurellem/run/basic_choreo.clj @ 600:31128a10ee28

use png to save memory.
author Robert McIntyre <rlm@mit.edu>
date Sun, 02 Sep 2012 09:20:09 -0500
parents 4503899241e6
children
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/basic_choreo.clj	Sun Sep 02 09:18:43 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/basic_choreo.clj	Sun Sep 02 09:20:09 2012 -0500
     1.3 @@ -107,7 +107,7 @@
     1.4          screenshots (file-names (File. rendered-dir "frames"))
     1.5          ram-maps    (file-names (File. rendered-dir "ram-map"))
     1.6          targets (map #(.getCanonicalPath
     1.7 -                       (File. final-frames (format "%07d.bmp" %)))
     1.8 +                       (File. final-frames (format "%07d.png" %)))
     1.9                       (range (count screenshots)))]
    1.10      (dorun
    1.11       (map